Html Css Color HEX #85819D Grey Suit

📋 copy color: '#85819D'

red 133 ◦ green 129 ◦ blue 157

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

Shades of Grey Suit #85819D

Tints of Grey Suit #85819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.79%

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

R = 31.74%
G = 30.79%
B = 37.47%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85819D (or 0x85819D) is known color: Grey Suit. HEX triplet: 85, 81 and 9D. RGB value is (133,129,157). Sum of RGB (Red+Green+Blue) = 133+129+157=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #85819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85819D is #7A7E62. Grayscale: #858585. Windows color (decimal): -8027747 or 10322309. OLE color: 10322309.

HSL color Cylindrical-coordinate representation of color #85819D: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85819D is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 129 157 -
CMYK 0.15 0.18 0 0.38
HSL 248.57º 0.13% 0.56% -
HSV(B) 248.57º 0.18% 0.62% -
XYZ 23.61 23.12 35.12 -
YUV 133.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 133 129 157 0.15 0.18 0 0.38 248.57 0.13 0.56
Hex 85 81 9D F 12 0 26 F9 C 38
Octal 205 201 235 17 22 0 46 371 14 70
Binary 10000101 10000001 10011101 1111 10010 0 100110 11111001 1100 111000

Color Harmonies of #85819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85819D

Black with #85819D

Text Example


Text Example

White with #85819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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