Html Css Color HEX #85849F Grey Suit

📋 copy color: '#85849F'

red 133 ◦ green 132 ◦ blue 159

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

Shades of Grey Suit #85849F

Tints of Grey Suit #85849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 31.37%
G = 31.13%
B = 37.5%

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

#85849F (or 0x85849F) is known color: Grey Suit. HEX triplet: 85, 84 and 9F. RGB value is (133,132,159). Sum of RGB (Red+Green+Blue) = 133+132+159=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #85849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85849F is #7A7B60. Grayscale: #878787. Windows color (decimal): -8026977 or 10454149. OLE color: 10454149.

HSL color Cylindrical-coordinate representation of color #85849F: hue angle of 242.22º 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 #85849F is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 132 159 -
CMYK 0.16 0.17 0 0.38
HSL 242.22º 0.12% 0.57% -
HSV(B) 242.22º 0.17% 0.62% -
XYZ 24.18 23.99 36.16 -
YUV 135.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 133 132 159 0.16 0.17 0 0.38 242.22 0.12 0.57
Hex 85 84 9F 10 11 0 26 F2 C 39
Octal 205 204 237 20 21 0 46 362 14 71
Binary 10000101 10000100 10011111 10000 10001 0 100110 11110010 1100 111001

Color Harmonies of #85849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85849F

Black with #85849F

Text Example


Text Example

White with #85849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85849F; }

 p { color: rgb(133,132,159); }

 H1.HeaderClassName
 {
   color: #85849F;
 }
 .AnyTagClassName
 {
   color: #85849F;
 }
</style>

background-color css

<style>
 a { background-color: #85849F; }

 a { background-color: rgb(133,132,159); }

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

border-color css

<style>
 span { border-color: #85849F; }

 span { border-color: rgb(133,132,159); }

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