Html Css Color HEX #85919C Light Slate Grey

📋 copy color: '#85919C'

red 133 ◦ green 145 ◦ blue 156

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

Shades of Light Slate Grey #85919C

Tints of Light Slate Grey #85919C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 30.65%
G = 33.41%
B = 35.94%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85919C (or 0x85919C) is known color: Light Slate Grey. HEX triplet: 85, 91 and 9C. RGB value is (133,145,156). Sum of RGB (Red+Green+Blue) = 133+145+156=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 156 - color contains mainly: blue. Hex color #85919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85919C is #7A6E63. Grayscale: #8E8E8E. Windows color (decimal): -8023652 or 10260869. OLE color: 10260869.

HSL color Cylindrical-coordinate representation of color #85919C: hue angle of 208.7º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85919C is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 145 156 -
CMYK 0.15 0.07 0 0.39
HSL 208.7º 0.1% 0.57% -
HSV(B) 208.7º 0.15% 0.61% -
XYZ 25.8 27.64 35.43 -
YUV 142.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 133 145 156 0.15 0.07 0 0.39 208.7 0.1 0.57
Hex 85 91 9C F 7 0 27 D1 A 39
Octal 205 221 234 17 7 0 47 321 12 71
Binary 10000101 10010001 10011100 1111 111 0 100111 11010001 1010 111001

Color Harmonies of #85919C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85919C

Black with #85919C

Text Example


Text Example

White with #85919C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85919C; }

 p { color: rgb(133,145,156); }

 H1.HeaderClassName
 {
   color: #85919C;
 }
 .AnyTagClassName
 {
   color: #85919C;
 }
</style>

background-color css

<style>
 a { background-color: #85919C; }

 a { background-color: rgb(133,145,156); }

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

border-color css

<style>
 span { border-color: #85919C; }

 span { border-color: rgb(133,145,156); }

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