#919ef3

Color #919EF3 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #919EF3

Tints of Portage #919EF3

Color information

#919EF3 (or 0x919EF3) is unknown color: approx Portage. HEX triplet: 91, 9E and F3. RGB value is (145,158,243). Sum of RGB (Red+Green+Blue) = 145+158+243=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #919EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919EF3 is #6E610C. Grayscale: #A3A3A3. Windows color (decimal): -7233805 or 15965841. OLE color: 15965841.

HSL color Cylindrical-coordinate representation of color #919EF3: hue angle of 232.04º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919EF3 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145158243-
CMYK0.400.3500.05
HSL232.04º80.33%76.08%-
HSV(B)232.04º40.33%95.29%-
XYZ40.0836.9489.81-
YUV163.8172.69114.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 243 (95.31% from 255) = 44.51%
R=26.56%
G=28.94%
B=44.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451582430.400.3500.05232.0480.3376.08
Hex919EF3282305e8504c
Octal221236363504305350120114
Binary10010001100111101111001110100010001101011110100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ef3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919ef3; }

 p { color: rgb(145,158,243); }

 H1.HeaderClassName
 {
   color: #919ef3;
 }
 .AnyTagClassName
 {
   color: #919ef3;
 }
</style>
background-color css

<style>
 a { background-color: #919ef3; }

 a { background-color: rgb(145,158,243); }

 div.DivClassName
 {
   background-color: #919ef3;
 }
 .BgClassName
 {
   background-color: #919ef3;
 }
</style>
border-color css

<style>
 span { border-color: #919ef3; }

 span { border-color: rgb(145,158,243); }

 td.TdClassName
 {
   border-color: #919ef3;
 }
 .TagClassName
 {
   border-color: #919ef3;
 }
</style>