#9398A0

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

Shades of Grey Chateau #9398A0

Tints of Grey Chateau #9398A0

Color information

#9398A0 (or 0x9398A0) is unknown color: approx Grey Chateau. HEX triplet: 93, 98 and A0. RGB value is (147,152,160). Sum of RGB (Red+Green+Blue) = 147+152+160=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 160 - color contains mainly: blue. Hex color #9398A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9398A0 is #6C675F. Grayscale: #979797. Windows color (decimal): -7104352 or 10524819. OLE color: 10524819.

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

Color convert

RGB147152160-
CMYK0.080.0500.37
HSL216.92º6.4%60.2%-
HSV(B)216.92º8.12%62.75%-
XYZ29.6131.237.72-
YUV151.42132.84124.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=32.03%
G=33.12%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1471521600.080.0500.37216.926.460.2
Hex9398A085025d963c
Octal223230240105045331674
Binary1001001110011000101000001000101010010111011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9398A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9398A0; }

 p { color: rgb(147,152,160); }

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

<style>
 a { background-color: #9398A0; }

 a { background-color: rgb(147,152,160); }

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

<style>
 span { border-color: #9398A0; }

 span { border-color: rgb(147,152,160); }

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