#8A929B

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

Shades of Light Slate Grey #8A929B

Tints of Light Slate Grey #8A929B

Color information

#8A929B (or 0x8A929B) is unknown color: approx Light Slate Grey. HEX triplet: 8A, 92 and 9B. RGB value is (138,146,155). Sum of RGB (Red+Green+Blue) = 138+146+155=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A929B is #756D64. Grayscale: #909090. Windows color (decimal): -7695717 or 10195594. OLE color: 10195594.

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

Color convert

RGB138146155-
CMYK0.110.0600.39
HSL211.76º7.83%57.45%-
HSV(B)211.76º10.97%60.78%-
XYZ26.6828.3335.07-
YUV144.63133.85123.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.44%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=31.44%
G=33.26%
B=35.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381461550.110.0600.39211.767.8357.45
Hex8A929BB6027d4839
Octal2122222331360473241071
Binary10001010100100101001101110111100100111110101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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