#9098A1

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

Shades of Grey Chateau #9098A1

Tints of Grey Chateau #9098A1

Color information

#9098A1 (or 0x9098A1) is unknown color: approx Grey Chateau. HEX triplet: 90, 98 and A1. RGB value is (144,152,161). Sum of RGB (Red+Green+Blue) = 144+152+161=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 161 - color contains mainly: blue. Hex color #9098A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9098A1 is #6F675E. Grayscale: #969696. Windows color (decimal): -7300959 or 10590352. OLE color: 10590352.

HSL color Cylindrical-coordinate representation of color #9098A1: hue angle of 211.76º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9098A1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB144152161-
CMYK0.110.0600.37
HSL211.76º8.29%59.8%-
HSV(B)211.76º10.56%63.14%-
XYZ29.1630.9638.16-
YUV150.63133.85123.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=31.51%
G=33.26%
B=35.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1441521610.110.0600.37211.768.2959.8
Hex9098A1B6025d483c
Octal2202302411360453241074
Binary10010000100110001010000110111100100101110101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9098A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9098A1; }

 p { color: rgb(144,152,161); }

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

<style>
 a { background-color: #9098A1; }

 a { background-color: rgb(144,152,161); }

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

<style>
 span { border-color: #9098A1; }

 span { border-color: rgb(144,152,161); }

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