Html Css Color HEX #85709B Deluge

📋 copy color: '#85709B'

red 133 ◦ green 112 ◦ blue 155

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

Shades of Deluge #85709B

Tints of Deluge #85709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

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

R = 33.25%
G = 28%
B = 38.75%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85709B (or 0x85709B) is known color: Deluge. HEX triplet: 85, 70 and 9B. RGB value is (133,112,155). Sum of RGB (Red+Green+Blue) = 133+112+155=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #85709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85709B is #7A8F64. Grayscale: #7B7B7B. Windows color (decimal): -8032101 or 10186885. OLE color: 10186885.

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

Color convert

RGB 133 112 155 -
CMYK 0.14 0.28 0 0.39
HSL 269.3º 0.18% 0.52% -
HSV(B) 269.3º 0.28% 0.61% -
XYZ 21.38 18.94 33.54 -
YUV 123.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 133 112 155 0.14 0.28 0 0.39 269.3 0.18 0.52
Hex 85 70 9B E 1C 0 27 10D 12 34
Octal 205 160 233 16 34 0 47 415 22 64
Binary 10000101 1110000 10011011 1110 11100 0 100111 100001101 10010 110100

Color Harmonies of #85709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85709B

Black with #85709B

Text Example


Text Example

White with #85709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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