#919DCB

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

Shades of Portage #919DCB

Tints of Portage #919DCB

Color information

#919DCB (or 0x919DCB) is unknown color: approx Portage. HEX triplet: 91, 9D and CB. RGB value is (145,157,203). Sum of RGB (Red+Green+Blue) = 145+157+203=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #919DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCB is #6E6234. Grayscale: #9E9E9E. Windows color (decimal): -7234101 or 13344145. OLE color: 13344145.

HSL color Cylindrical-coordinate representation of color #919DCB: hue angle of 227.59º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919DCB is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145157203-
CMYK0.290.2300.20
HSL227.59º35.8%68.24%-
HSV(B)227.59º28.57%79.61%-
XYZ34.5134.4561.33-
YUV158.66153.02118.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.71%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=28.71%
G=31.09%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451572030.290.2300.20227.5935.868.24
Hex919DCB1D17014e42444
Octal221235313352702434444104
Binary1001000110011101110010111110110111010100111001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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