Html Css Color HEX #8A929B Light Slate Grey

📋 copy color: '#8A929B'

red 138 ◦ green 146 ◦ blue 155

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

Shades of Light Slate Grey #8A929B

Tints of Light Slate Grey #8A929B

RGB

 RED value IS 138 (54.3% 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 value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 138 146 155 -
CMYK 0.11 0.06 0 0.39
HSL 211.76º 0.08% 0.57% -
HSV(B) 211.76º 0.11% 0.61% -
XYZ 26.68 28.33 35.07 -
YUV 144.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 138 146 155 0.11 0.06 0 0.39 211.76 0.08 0.57
Hex 8A 92 9B B 6 0 27 D4 8 39
Octal 212 222 233 13 6 0 47 324 10 71
Binary 10001010 10010010 10011011 1011 110 0 100111 11010100 1000 111001

Color Harmonies of #8A929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A929B

Black with #8A929B

Text Example


Text Example

White with #8A929B

Text Example


Text Example

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