#919DCE

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

Shades of Portage #919DCE

Tints of Portage #919DCE

Color information

#919DCE (or 0x919DCE) is unknown color: approx Portage. HEX triplet: 91, 9D and CE. RGB value is (145,157,206). Sum of RGB (Red+Green+Blue) = 145+157+206=508 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.54% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #919DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919DCE is #6E6231. Grayscale: #9E9E9E. Windows color (decimal): -7234098 or 13540753. OLE color: 13540753.

HSL color Cylindrical-coordinate representation of color #919DCE: hue angle of 228.2º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #919DCE is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145157206-
CMYK0.300.2400.19
HSL228.2º38.36%68.82%-
HSV(B)228.2º29.61%80.78%-
XYZ34.8734.5963.23-
YUV159154.52118.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.54%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=28.54%
G=30.91%
B=40.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451572060.300.2400.19228.238.3668.82
Hex919DCE1E18013e42645
Octal221235316363002334446105
Binary1001000110011101110011101111011000010011111001001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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