#919FE5

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

Shades of Portage #919FE5

Tints of Portage #919FE5

Color information

#919FE5 (or 0x919FE5) is unknown color: approx Portage. HEX triplet: 91, 9F and E5. RGB value is (145,159,229). Sum of RGB (Red+Green+Blue) = 145+159+229=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #919FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919FE5 is #6E601A. Grayscale: #A2A2A2. Windows color (decimal): -7233563 or 15048593. OLE color: 15048593.

HSL color Cylindrical-coordinate representation of color #919FE5: hue angle of 230º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919FE5 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB145159229-
CMYK0.370.3100.10
HSL230º61.76%73.33%-
HSV(B)230º36.68%89.8%-
XYZ38.2236.4779.15-
YUV162.79165.36115.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=27.20%
G=29.83%
B=42.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1451592290.370.3100.1023061.7673.33
Hex919FE5251F0Ae63e49
Octal221237345453701234676111
Binary1001000110011111111001011001011111101010111001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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