Html Css Color HEX #8A919B Light Slate Grey

📋 copy color: '#8A919B'

red 138 ◦ green 145 ◦ blue 155

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

Shades of Light Slate Grey #8A919B

Tints of Light Slate Grey #8A919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 31.51%
G = 33.11%
B = 35.39%

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

#8A919B (or 0x8A919B) is known color: Light Slate Grey. HEX triplet: 8A, 91 and 9B. RGB value is (138,145,155). Sum of RGB (Red+Green+Blue) = 138+145+155=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A919B is #756E64. Grayscale: #909090. Windows color (decimal): -7695973 or 10195338. OLE color: 10195338.

HSL color Cylindrical-coordinate representation of color #8A919B: hue angle of 215.29º 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 #8A919B is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 145 155 -
CMYK 0.11 0.06 0 0.39
HSL 215.29º 0.08% 0.57% -
HSV(B) 215.29º 0.11% 0.61% -
XYZ 26.52 28.02 35.02 -
YUV 144.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 138 145 155 0.11 0.06 0 0.39 215.29 0.08 0.57
Hex 8A 91 9B B 6 0 27 D7 8 39
Octal 212 221 233 13 6 0 47 327 10 71
Binary 10001010 10010001 10011011 1011 110 0 100111 11010111 1000 111001

Color Harmonies of #8A919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A919B

Black with #8A919B

Text Example


Text Example

White with #8A919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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