#8C929A

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

Shades of Light Slate Grey #8C929A

Tints of Light Slate Grey #8C929A

Color information

#8C929A (or 0x8C929A) is unknown color: approx 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

RGB140146154-
CMYK0.090.0500.40
HSL214.29º6.48%57.65%-
HSV(B)214.29º9.09%60.39%-
XYZ26.9328.4734.65-
YUV145.12133.01124.35-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401461540.090.0500.40214.296.4857.65
Hex8C929A95028d663a
Octal214222232115050326672
Binary1000110010010010100110101001101010100011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>