Html Css Color HEX #85839E Grey Suit

📋 copy color: '#85839E'

red 133 ◦ green 131 ◦ blue 158

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

Shades of Grey Suit #85839E

Tints of Grey Suit #85839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 31.52%
G = 31.04%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85839E (or 0x85839E) is known color: Grey Suit. HEX triplet: 85, 83 and 9E. RGB value is (133,131,158). Sum of RGB (Red+Green+Blue) = 133+131+158=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #85839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85839E is #7A7C61. Grayscale: #868686. Windows color (decimal): -8027234 or 10388357. OLE color: 10388357.

HSL color Cylindrical-coordinate representation of color #85839E: hue angle of 244.44º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85839E is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 131 158 -
CMYK 0.16 0.17 0 0.38
HSL 244.44º 0.12% 0.57% -
HSV(B) 244.44º 0.17% 0.62% -
XYZ 23.96 23.69 35.66 -
YUV 134.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 133 131 158 0.16 0.17 0 0.38 244.44 0.12 0.57
Hex 85 83 9E 10 11 0 26 F4 C 39
Octal 205 203 236 20 21 0 46 364 14 71
Binary 10000101 10000011 10011110 10000 10001 0 100110 11110100 1100 111001

Color Harmonies of #85839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85839E

Black with #85839E

Text Example


Text Example

White with #85839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85839E; }

 p { color: rgb(133,131,158); }

 H1.HeaderClassName
 {
   color: #85839E;
 }
 .AnyTagClassName
 {
   color: #85839E;
 }
</style>

background-color css

<style>
 a { background-color: #85839E; }

 a { background-color: rgb(133,131,158); }

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

border-color css

<style>
 span { border-color: #85839E; }

 span { border-color: rgb(133,131,158); }

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