#919CEA

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

Shades of Portage #919CEA

Tints of Portage #919CEA

Color information

#919CEA (or 0x919CEA) is unknown color: approx Portage. HEX triplet: 91, 9C and EA. RGB value is (145,156,234). Sum of RGB (Red+Green+Blue) = 145+156+234=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #919CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #919CEA is #6E6315. Grayscale: #A1A1A1. Windows color (decimal): -7234326 or 15375505. OLE color: 15375505.

HSL color Cylindrical-coordinate representation of color #919CEA: hue angle of 232.58º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919CEA is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145156234-
CMYK0.380.3300.08
HSL232.58º67.94%74.31%-
HSV(B)232.58º38.03%91.76%-
XYZ38.4235.7482.72-
YUV161.6168.86116.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=27.10%
G=29.16%
B=43.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451562340.380.3300.08232.5867.9474.31
Hex919CEA262108e9444a
Octal2212343524641010351104112
Binary100100011001110011101010100110100001010001110100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,234); }

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

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

 a { background-color: rgb(145,156,234); }

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

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

 span { border-color: rgb(145,156,234); }

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