#8A929C

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

Shades of Light Slate Grey #8A929C

Tints of Light Slate Grey #8A929C

Color information

#8A929C (or 0x8A929C) is unknown color: approx Light Slate Grey. HEX triplet: 8A, 92 and 9C. RGB value is (138,146,156). Sum of RGB (Red+Green+Blue) = 138+146+156=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A929C is #756D63. Grayscale: #909090. Windows color (decimal): -7695716 or 10261130. OLE color: 10261130.

HSL color Cylindrical-coordinate representation of color #8A929C: hue angle of 213.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A929C is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138146156-
CMYK0.120.0600.39
HSL213.33º8.33%57.65%-
HSV(B)213.33º11.54%61.18%-
XYZ26.7628.3635.52-
YUV144.75134.35123.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=31.36%
G=33.18%
B=35.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381461560.120.0600.39213.338.3357.65
Hex8A929CC6027d583a
Octal2122222341460473251072
Binary10001010100100101001110011001100100111110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,156); }

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

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

 a { background-color: rgb(138,146,156); }

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

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

 span { border-color: rgb(138,146,156); }

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