#919BA9

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

Shades of Grey Chateau #919BA9

Tints of Grey Chateau #919BA9

Color information

#919BA9 (or 0x919BA9) is unknown color: approx Grey Chateau. HEX triplet: 91, 9B and A9. RGB value is (145,155,169). Sum of RGB (Red+Green+Blue) = 145+155+169=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #919BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BA9 is #6E6456. Grayscale: #999999. Windows color (decimal): -7234647 or 11115409. OLE color: 11115409.

HSL color Cylindrical-coordinate representation of color #919BA9: hue angle of 215º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #919BA9 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB145155169-
CMYK0.140.0800.34
HSL215º12.24%61.57%-
HSV(B)215º14.2%66.27%-
XYZ30.5632.3342.17-
YUV153.61136.69121.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 155 (60.94% from 255) = 33.05%
BLUE value IS 169 (66.41% from 255) = 36.03%
R=30.92%
G=33.05%
B=36.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1451551690.140.0800.3421512.2461.57
Hex919BA9E8022d7c3e
Octal22123325116100423271476
Binary100100011001101110101001111010000100010110101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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