#919ECA

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

Shades of Portage #919ECA

Tints of Portage #919ECA

Color information

#919ECA (or 0x919ECA) is unknown color: approx Portage. HEX triplet: 91, 9E and CA. RGB value is (145,158,202). Sum of RGB (Red+Green+Blue) = 145+158+202=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #919ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ECA is #6E6135. Grayscale: #9E9E9E. Windows color (decimal): -7233846 or 13278865. OLE color: 13278865.

HSL color Cylindrical-coordinate representation of color #919ECA: hue angle of 226.32º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919ECA is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145158202-
CMYK0.280.2200.21
HSL226.32º34.97%68.04%-
HSV(B)226.32º28.22%79.22%-
XYZ34.5634.7460.76-
YUV159.13152.19117.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 40%
R=28.71%
G=31.29%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451582020.280.2200.21226.3234.9768.04
Hex919ECA1C16015e22344
Octal221236312342602534243104
Binary1001000110011110110010101110010110010101111000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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