Html Css Color HEX #85729B Deluge

📋 copy color: '#85729B'

red 133 ◦ green 114 ◦ blue 155

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

Shades of Deluge #85729B

Tints of Deluge #85729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 33.08%
G = 28.36%
B = 38.56%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85729B (or 0x85729B) is known color: Deluge. HEX triplet: 85, 72 and 9B. RGB value is (133,114,155). Sum of RGB (Red+Green+Blue) = 133+114+155=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #85729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85729B is #7A8D64. Grayscale: #7C7C7C. Windows color (decimal): -8031589 or 10187397. OLE color: 10187397.

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

Color convert

RGB 133 114 155 -
CMYK 0.14 0.26 0 0.39
HSL 267.8º 0.17% 0.53% -
HSV(B) 267.8º 0.26% 0.61% -
XYZ 21.61 19.39 33.61 -
YUV 124.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 133 114 155 0.14 0.26 0 0.39 267.8 0.17 0.53
Hex 85 72 9B E 1A 0 27 10C 11 35
Octal 205 162 233 16 32 0 47 414 21 65
Binary 10000101 1110010 10011011 1110 11010 0 100111 100001100 10001 110101

Color Harmonies of #85729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85729B

Black with #85729B

Text Example


Text Example

White with #85729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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