Html Css Color HEX #8F969E Grey Chateau

📋 copy color: '#8F969E'

red 143 ◦ green 150 ◦ blue 158

#8F969E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Chateau #8F969E

Tints of Grey Chateau #8F969E

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 value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F969E (or 0x8F969E) is known color: 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

RGB 143 150 158 -
CMYK 0.09 0.05 0 0.38
HSL 212º 0.07% 0.59% -
HSV(B) 212º 0.09% 0.62% -
XYZ 28.41 30.12 36.66 -
YUV 148.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 143 150 158 0.09 0.05 0 0.38 212 0.07 0.59
Hex 8F 96 9E 9 5 0 26 D4 7 3B
Octal 217 226 236 11 5 0 46 324 7 73
Binary 10001111 10010110 10011110 1001 101 0 100110 11010100 111 111011

Color Harmonies of #8F969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F969E

Black with #8F969E

Text Example


Text Example

White with #8F969E

Text Example


Text Example

HTML Codes & Css Web 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>