Html Css Color HEX #85729E Deluge

📋 copy color: '#85729E'

red 133 ◦ green 114 ◦ blue 158

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

Shades of Deluge #85729E

Tints of Deluge #85729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 32.84%
G = 28.15%
B = 39.01%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85729E (or 0x85729E) is known color: Deluge. HEX triplet: 85, 72 and 9E. RGB value is (133,114,158). Sum of RGB (Red+Green+Blue) = 133+114+158=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #85729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729E is #7A8D61. Grayscale: #7C7C7C. Windows color (decimal): -8031586 or 10384005. OLE color: 10384005.

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

Color convert

RGB 133 114 158 -
CMYK 0.16 0.28 0 0.38
HSL 265.91º 0.18% 0.53% -
HSV(B) 265.91º 0.28% 0.62% -
XYZ 21.86 19.49 34.96 -
YUV 124.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 133 114 158 0.16 0.28 0 0.38 265.91 0.18 0.53
Hex 85 72 9E 10 1C 0 26 10A 12 35
Octal 205 162 236 20 34 0 46 412 22 65
Binary 10000101 1110010 10011110 10000 11100 0 100110 100001010 10010 110101

Color Harmonies of #85729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85729E

Black with #85729E

Text Example


Text Example

White with #85729E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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