#919FE8

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

Shades of Portage #919FE8

Tints of Portage #919FE8

Color information

#919FE8 (or 0x919FE8) is unknown color: approx Portage. HEX triplet: 91, 9F and E8. RGB value is (145,159,232). Sum of RGB (Red+Green+Blue) = 145+159+232=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #919FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919FE8 is #6E6017. Grayscale: #A2A2A2. Windows color (decimal): -7233560 or 15245201. OLE color: 15245201.

HSL color Cylindrical-coordinate representation of color #919FE8: hue angle of 230.34º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919FE8 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB145159232-
CMYK0.380.3100.09
HSL230.34º65.41%73.92%-
HSV(B)230.34º37.5%90.98%-
XYZ38.6436.6481.38-
YUV163.14166.86115.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 232 (91.02% from 255) = 43.28%
R=27.05%
G=29.66%
B=43.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1451592320.380.3100.09230.3465.4173.92
Hex919FE8261F09e6414a
Octal2212373504637011346101112
Binary10010001100111111110100010011011111010011110011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,159,232); }

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

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

 a { background-color: rgb(145,159,232); }

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

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

 span { border-color: rgb(145,159,232); }

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