#8F969E

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

Shades of Grey Chateau #8F969E

Tints of Grey Chateau #8F969E

Color information

#8F969E (or 0x8F969E) is unknown color: approx Grey Chateau. HEX triplet: 8F, 96 and 9E. RGB value is (143,150,158). Sum of RGB (Red+Green+Blue) = 143+150+158=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F969E is #706961. Grayscale: #949494. Windows color (decimal): -7367010 or 10393231. OLE color: 10393231.

HSL color Cylindrical-coordinate representation of color #8F969E: hue angle of 212º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F969E is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143150158-
CMYK0.090.0500.38
HSL212º7.18%59.02%-
HSV(B)212º9.49%61.96%-
XYZ28.4130.1236.66-
YUV148.82133.18123.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=31.71%
G=33.26%
B=35.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431501580.090.0500.382127.1859.02
Hex8F969E95026d473b
Octal217226236115046324773
Binary1000111110010110100111101001101010011011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F969E; }

 p { color: rgb(143,150,158); }

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

<style>
 a { background-color: #8F969E; }

 a { background-color: rgb(143,150,158); }

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

<style>
 span { border-color: #8F969E; }

 span { border-color: rgb(143,150,158); }

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