Html Css Color HEX #86919D Light Slate Grey

📋 copy color: '#86919D'

red 134 ◦ green 145 ◦ blue 157

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

Shades of Light Slate Grey #86919D

Tints of Light Slate Grey #86919D

RGB

 RED value IS 134 (52.73% from 255) = 30.73%

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

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

R = 30.73%
G = 33.26%
B = 36.01%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86919D (or 0x86919D) is known color: Light Slate Grey. HEX triplet: 86, 91 and 9D. RGB value is (134,145,157). Sum of RGB (Red+Green+Blue) = 134+145+157=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #86919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86919D is #796E62. Grayscale: #8F8F8F. Windows color (decimal): -7958115 or 10326406. OLE color: 10326406.

HSL color Cylindrical-coordinate representation of color #86919D: hue angle of 211.3º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86919D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 145 157 -
CMYK 0.15 0.08 0 0.38
HSL 211.3º 0.11% 0.57% -
HSV(B) 211.3º 0.15% 0.62% -
XYZ 26.04 27.75 35.88 -
YUV 143.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 134 145 157 0.15 0.08 0 0.38 211.3 0.11 0.57
Hex 86 91 9D F 8 0 26 D3 B 39
Octal 206 221 235 17 10 0 46 323 13 71
Binary 10000110 10010001 10011101 1111 1000 0 100110 11010011 1011 111001

Color Harmonies of #86919D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86919D

Black with #86919D

Text Example


Text Example

White with #86919D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86919D; }

 p { color: rgb(134,145,157); }

 H1.HeaderClassName
 {
   color: #86919D;
 }
 .AnyTagClassName
 {
   color: #86919D;
 }
</style>

background-color css

<style>
 a { background-color: #86919D; }

 a { background-color: rgb(134,145,157); }

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

border-color css

<style>
 span { border-color: #86919D; }

 span { border-color: rgb(134,145,157); }

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