#919BC9

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

Shades of Portage #919BC9

Tints of Portage #919BC9

Color information

#919BC9 (or 0x919BC9) is unknown color: approx Portage. HEX triplet: 91, 9B and C9. RGB value is (145,155,201). Sum of RGB (Red+Green+Blue) = 145+155+201=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #919BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919BC9 is #6E6436. Grayscale: #9D9D9D. Windows color (decimal): -7234615 or 13212561. OLE color: 13212561.

HSL color Cylindrical-coordinate representation of color #919BC9: hue angle of 229.29º 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 #919BC9 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145155201-
CMYK0.280.2300.21
HSL229.29º34.15%67.84%-
HSV(B)229.29º27.86%78.82%-
XYZ33.9433.6859.97-
YUV157.25152.69119.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.94%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=28.94%
G=30.94%
B=40.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451552010.280.2300.21229.2934.1567.84
Hex919BC91C17015e52244
Octal221233311342702534542104
Binary1001000110011011110010011110010111010101111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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