#919ED9

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

Shades of Portage #919ED9

Tints of Portage #919ED9

Color information

#919ED9 (or 0x919ED9) is unknown color: approx Portage. HEX triplet: 91, 9E and D9. RGB value is (145,158,217). Sum of RGB (Red+Green+Blue) = 145+158+217=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #919ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919ED9 is #6E6126. Grayscale: #A0A0A0. Windows color (decimal): -7233831 or 14261905. OLE color: 14261905.

HSL color Cylindrical-coordinate representation of color #919ED9: hue angle of 229.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919ED9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145158217-
CMYK0.330.2700.15
HSL229.17º48.65%70.98%-
HSV(B)229.17º33.18%85.1%-
XYZ36.4335.4870.57-
YUV160.84159.69116.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.88%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=27.88%
G=30.38%
B=41.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451582170.330.2700.15229.1748.6570.98
Hex919ED9211B0Fe53147
Octal221236331413301734561107
Binary1001000110011110110110011000011101101111111001011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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