#919DE2

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

Shades of Portage #919DE2

Tints of Portage #919DE2

Color information

#919DE2 (or 0x919DE2) is unknown color: approx Portage. HEX triplet: 91, 9D and E2. RGB value is (145,157,226). Sum of RGB (Red+Green+Blue) = 145+157+226=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #919DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DE2 is #6E621D. Grayscale: #A0A0A0. Windows color (decimal): -7234078 or 14851473. OLE color: 14851473.

HSL color Cylindrical-coordinate representation of color #919DE2: hue angle of 231.11º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919DE2 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB145157226-
CMYK0.360.3100.11
HSL231.11º58.27%72.75%-
HSV(B)231.11º35.84%88.63%-
XYZ37.4635.6276.85-
YUV161.28164.52116.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=27.46%
G=29.73%
B=42.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1451572260.360.3100.11231.1158.2772.75
Hex919DE2241F0Be73a49
Octal221235342443701334772111
Binary1001000110011101111000101001001111101011111001111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,157,226); }

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

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

 a { background-color: rgb(145,157,226); }

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

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

 span { border-color: rgb(145,157,226); }

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