#919CC9

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

Shades of Portage #919CC9

Tints of Portage #919CC9

Color information

#919CC9 (or 0x919CC9) is unknown color: approx Portage. HEX triplet: 91, 9C and C9. RGB value is (145,156,201). Sum of RGB (Red+Green+Blue) = 145+156+201=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #919CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC9 is #6E6336. Grayscale: #9D9D9D. Windows color (decimal): -7234359 or 13212817. OLE color: 13212817.

HSL color Cylindrical-coordinate representation of color #919CC9: hue angle of 228.21º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919CC9 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145156201-
CMYK0.280.2200.21
HSL228.21º34.15%67.84%-
HSV(B)228.21º27.86%78.82%-
XYZ34.1134.0160.03-
YUV157.84152.36118.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.88%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=28.88%
G=31.08%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451562010.280.2200.21228.2134.1567.84
Hex919CC91C16015e42244
Octal221234311342602534442104
Binary1001000110011100110010011110010110010101111001001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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