#9198A2

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

Shades of Grey Chateau #9198A2

Tints of Grey Chateau #9198A2

Color information

#9198A2 (or 0x9198A2) is unknown color: approx Grey Chateau. HEX triplet: 91, 98 and A2. RGB value is (145,152,162). Sum of RGB (Red+Green+Blue) = 145+152+162=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 162 - color contains mainly: blue. Hex color #9198A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9198A2 is #6E675D. Grayscale: #979797. Windows color (decimal): -7235422 or 10655889. OLE color: 10655889.

HSL color Cylindrical-coordinate representation of color #9198A2: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9198A2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB145152162-
CMYK0.100.0600.36
HSL215.29º8.37%60.2%-
HSV(B)215.29º10.49%63.53%-
XYZ29.4331.0838.63-
YUV151.05134.18123.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=31.59%
G=33.12%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451521620.100.0600.36215.298.3760.2
Hex9198A2A6024d783c
Octal2212302421260443271074
Binary10010001100110001010001010101100100100110101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9198A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9198A2; }

 p { color: rgb(145,152,162); }

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

<style>
 a { background-color: #9198A2; }

 a { background-color: rgb(145,152,162); }

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

<style>
 span { border-color: #9198A2; }

 span { border-color: rgb(145,152,162); }

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