Html Css Color HEX #85929D Light Slate Grey

📋 copy color: '#85929D'

red 133 ◦ green 146 ◦ blue 157

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

Shades of Light Slate Grey #85929D

Tints of Light Slate Grey #85929D

RGB

 RED value IS 133 (52.34% from 255) = 30.5%

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

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

R = 30.5%
G = 33.49%
B = 36.01%

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

#85929D (or 0x85929D) is known color: Light Slate Grey. HEX triplet: 85, 92 and 9D. RGB value is (133,146,157). Sum of RGB (Red+Green+Blue) = 133+146+157=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 146 (57.42% from 255 or 33.49% 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 #85929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85929D is #7A6D62. Grayscale: #8F8F8F. Windows color (decimal): -8023395 or 10326661. OLE color: 10326661.

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

Color convert

RGB 133 146 157 -
CMYK 0.15 0.07 0 0.38
HSL 207.5º 0.11% 0.57% -
HSV(B) 207.5º 0.15% 0.62% -
XYZ 26.04 27.98 35.93 -
YUV 143.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 133 146 157 0.15 0.07 0 0.38 207.5 0.11 0.57
Hex 85 92 9D F 7 0 26 D0 B 39
Octal 205 222 235 17 7 0 46 320 13 71
Binary 10000101 10010010 10011101 1111 111 0 100110 11010000 1011 111001

Color Harmonies of #85929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85929D

Black with #85929D

Text Example


Text Example

White with #85929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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