Html Css Color HEX #8A929D Light Slate Grey

📋 copy color: '#8A929D'

red 138 ◦ green 146 ◦ blue 157

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

Shades of Light Slate Grey #8A929D

Tints of Light Slate Grey #8A929D

RGB

 RED value IS 138 (54.3% from 255) = 31.29%

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 31.29%
G = 33.11%
B = 35.6%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A929D (or 0x8A929D) is known color: Light Slate Grey. HEX triplet: 8A, 92 and 9D. RGB value is (138,146,157). Sum of RGB (Red+Green+Blue) = 138+146+157=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A929D is #756D62. Grayscale: #909090. Windows color (decimal): -7695715 or 10326666. OLE color: 10326666.

HSL color Cylindrical-coordinate representation of color #8A929D: hue angle of 214.74º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A929D is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 146 157 -
CMYK 0.12 0.07 0 0.38
HSL 214.74º 0.09% 0.58% -
HSV(B) 214.74º 0.12% 0.62% -
XYZ 26.85 28.4 35.96 -
YUV 144.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 138 146 157 0.12 0.07 0 0.38 214.74 0.09 0.58
Hex 8A 92 9D C 7 0 26 D7 9 3A
Octal 212 222 235 14 7 0 46 327 11 72
Binary 10001010 10010010 10011101 1100 111 0 100110 11010111 1001 111010

Color Harmonies of #8A929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A929D

Black with #8A929D

Text Example


Text Example

White with #8A929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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