Html Css Color HEX #8C929A Light Slate Grey

📋 copy color: '#8C929A'

red 140 ◦ green 146 ◦ blue 154

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

Shades of Light Slate Grey #8C929A

Tints of Light Slate Grey #8C929A

RGB

 RED value IS 140 (55.08% from 255) = 31.82%

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 154 (60.55% from 255) = 35%

R = 31.82%
G = 33.18%
B = 35%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C929A (or 0x8C929A) is known color: Light Slate Grey. HEX triplet: 8C, 92 and 9A. RGB value is (140,146,154). Sum of RGB (Red+Green+Blue) = 140+146+154=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C929A is #736D65. Grayscale: #919191. Windows color (decimal): -7564646 or 10130060. OLE color: 10130060.

HSL color Cylindrical-coordinate representation of color #8C929A: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C929A is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 146 154 -
CMYK 0.09 0.05 0 0.40
HSL 214.29º 0.06% 0.58% -
HSV(B) 214.29º 0.09% 0.6% -
XYZ 26.93 28.47 34.65 -
YUV 145.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 140 146 154 0.09 0.05 0 0.40 214.29 0.06 0.58
Hex 8C 92 9A 9 5 0 28 D6 6 3A
Octal 214 222 232 11 5 0 50 326 6 72
Binary 10001100 10010010 10011010 1001 101 0 101000 11010110 110 111010

Color Harmonies of #8C929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C929A

Black with #8C929A

Text Example


Text Example

White with #8C929A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,146,154); }

 H1.HeaderClassName
 {
   color: #8C929A;
 }
 .AnyTagClassName
 {
   color: #8C929A;
 }
</style>

background-color css

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

 a { background-color: rgb(140,146,154); }

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

border-color css

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

 span { border-color: rgb(140,146,154); }

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