Html Css Color HEX #86929D Light Slate Grey

📋 copy color: '#86929D'

red 134 ◦ green 146 ◦ blue 157

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

Shades of Light Slate Grey #86929D

Tints of Light Slate Grey #86929D

RGB

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

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

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

R = 30.66%
G = 33.41%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#86929D (or 0x86929D) is known color: Light Slate Grey. HEX triplet: 86, 92 and 9D. RGB value is (134,146,157). Sum of RGB (Red+Green+Blue) = 134+146+157=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #86929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86929D is #796D62. Grayscale: #8F8F8F. Windows color (decimal): -7957859 or 10326662. OLE color: 10326662.

HSL color Cylindrical-coordinate representation of color #86929D: hue angle of 208.7º 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 #86929D is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 146 157 -
CMYK 0.15 0.07 0 0.38
HSL 208.7º 0.11% 0.57% -
HSV(B) 208.7º 0.15% 0.62% -
XYZ 26.2 28.06 35.93 -
YUV 143.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 134 146 157 0.15 0.07 0 0.38 208.7 0.11 0.57
Hex 86 92 9D F 7 0 26 D1 B 39
Octal 206 222 235 17 7 0 46 321 13 71
Binary 10000110 10010010 10011101 1111 111 0 100110 11010001 1011 111001

Color Harmonies of #86929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86929D

Black with #86929D

Text Example


Text Example

White with #86929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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