Html Css Color HEX #8C939B Light Slate Grey

📋 copy color: '#8C939B'

red 140 ◦ green 147 ◦ blue 155

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

Shades of Light Slate Grey #8C939B

Tints of Light Slate Grey #8C939B

RGB

 RED value IS 140 (55.08% from 255) = 31.67%

 GREEN value IS 147 (57.81% from 255) = 33.26%

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

R = 31.67%
G = 33.26%
B = 35.07%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C939B (or 0x8C939B) is known color: Light Slate Grey. HEX triplet: 8C, 93 and 9B. RGB value is (140,147,155). Sum of RGB (Red+Green+Blue) = 140+147+155=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C939B is #736C64. Grayscale: #919191. Windows color (decimal): -7564389 or 10195852. OLE color: 10195852.

HSL color Cylindrical-coordinate representation of color #8C939B: hue angle of 212º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C939B is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 147 155 -
CMYK 0.10 0.05 0 0.39
HSL 212º 0.07% 0.58% -
HSV(B) 212º 0.1% 0.61% -
XYZ 27.17 28.81 35.14 -
YUV 145.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 140 147 155 0.10 0.05 0 0.39 212 0.07 0.58
Hex 8C 93 9B A 5 0 27 D4 7 3A
Octal 214 223 233 12 5 0 47 324 7 72
Binary 10001100 10010011 10011011 1010 101 0 100111 11010100 111 111010

Color Harmonies of #8C939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C939B

Black with #8C939B

Text Example


Text Example

White with #8C939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,155); }

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

background-color css

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

 a { background-color: rgb(140,147,155); }

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

border-color css

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

 span { border-color: rgb(140,147,155); }

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