Html Css Color HEX #85829D Grey Suit

📋 copy color: '#85829D'

red 133 ◦ green 130 ◦ blue 157

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

Shades of Grey Suit #85829D

Tints of Grey Suit #85829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 31.67%
G = 30.95%
B = 37.38%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85829D (or 0x85829D) is known color: Grey Suit. HEX triplet: 85, 82 and 9D. RGB value is (133,130,157). Sum of RGB (Red+Green+Blue) = 133+130+157=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #85829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85829D is #7A7D62. Grayscale: #858585. Windows color (decimal): -8027491 or 10322565. OLE color: 10322565.

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

Color convert

RGB 133 130 157 -
CMYK 0.15 0.17 0 0.38
HSL 246.67º 0.12% 0.56% -
HSV(B) 246.67º 0.17% 0.62% -
XYZ 23.74 23.39 35.16 -
YUV 133.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 133 130 157 0.15 0.17 0 0.38 246.67 0.12 0.56
Hex 85 82 9D F 11 0 26 F7 C 38
Octal 205 202 235 17 21 0 46 367 14 70
Binary 10000101 10000010 10011101 1111 10001 0 100110 11110111 1100 111000

Color Harmonies of #85829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85829D

Black with #85829D

Text Example


Text Example

White with #85829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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