Html Css Color HEX #85729A Deluge

📋 copy color: '#85729A'

red 133 ◦ green 114 ◦ blue 154

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

Shades of Deluge #85729A

Tints of Deluge #85729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 33.17%
G = 28.43%
B = 38.4%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85729A (or 0x85729A) is known color: Deluge. HEX triplet: 85, 72 and 9A. RGB value is (133,114,154). Sum of RGB (Red+Green+Blue) = 133+114+154=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #85729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729A is #7A8D65. Grayscale: #7C7C7C. Windows color (decimal): -8031590 or 10121861. OLE color: 10121861.

HSL color Cylindrical-coordinate representation of color #85729A: hue angle of 268.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85729A is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 114 154 -
CMYK 0.14 0.26 0 0.40
HSL 268.5º 0.17% 0.53% -
HSV(B) 268.5º 0.26% 0.6% -
XYZ 21.52 19.35 33.17 -
YUV 124.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 133 114 154 0.14 0.26 0 0.40 268.5 0.17 0.53
Hex 85 72 9A E 1A 0 28 10C 11 35
Octal 205 162 232 16 32 0 50 414 21 65
Binary 10000101 1110010 10011010 1110 11010 0 101000 100001100 10001 110101

Color Harmonies of #85729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85729A

Black with #85729A

Text Example


Text Example

White with #85729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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