Html Css Color HEX #85849C Grey Suit

📋 copy color: '#85849C'

red 133 ◦ green 132 ◦ blue 156

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

Shades of Grey Suit #85849C

Tints of Grey Suit #85849C

RGB

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

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

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

R = 31.59%
G = 31.35%
B = 37.05%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85849C (or 0x85849C) is known color: Grey Suit. HEX triplet: 85, 84 and 9C. RGB value is (133,132,156). Sum of RGB (Red+Green+Blue) = 133+132+156=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #85849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85849C is #7A7B63. Grayscale: #868686. Windows color (decimal): -8026980 or 10257541. OLE color: 10257541.

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

Color convert

RGB 133 132 156 -
CMYK 0.15 0.15 0 0.39
HSL 242.5º 0.11% 0.56% -
HSV(B) 242.5º 0.15% 0.61% -
XYZ 23.92 23.89 34.8 -
YUV 135.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 133 132 156 0.15 0.15 0 0.39 242.5 0.11 0.56
Hex 85 84 9C F F 0 27 F2 B 38
Octal 205 204 234 17 17 0 47 362 13 70
Binary 10000101 10000100 10011100 1111 1111 0 100111 11110010 1011 111000

Color Harmonies of #85849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85849C

Black with #85849C

Text Example


Text Example

White with #85849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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