Html Css Color HEX #85719B Deluge

📋 copy color: '#85719B'

red 133 ◦ green 113 ◦ blue 155

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

Shades of Deluge #85719B

Tints of Deluge #85719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 33.17%
G = 28.18%
B = 38.65%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85719B (or 0x85719B) is known color: Deluge. HEX triplet: 85, 71 and 9B. RGB value is (133,113,155). Sum of RGB (Red+Green+Blue) = 133+113+155=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #85719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85719B is #7A8E64. Grayscale: #7B7B7B. Windows color (decimal): -8031845 or 10187141. OLE color: 10187141.

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

Color convert

RGB 133 113 155 -
CMYK 0.14 0.27 0 0.39
HSL 268.57º 0.17% 0.53% -
HSV(B) 268.57º 0.27% 0.61% -
XYZ 21.49 19.16 33.58 -
YUV 123.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 133 113 155 0.14 0.27 0 0.39 268.57 0.17 0.53
Hex 85 71 9B E 1B 0 27 10D 11 35
Octal 205 161 233 16 33 0 47 415 21 65
Binary 10000101 1110001 10011011 1110 11011 0 100111 100001101 10001 110101

Color Harmonies of #85719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85719B

Black with #85719B

Text Example


Text Example

White with #85719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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