Html Css Color HEX #85759D Deluge

📋 copy color: '#85759D'

red 133 ◦ green 117 ◦ blue 157

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

Shades of Deluge #85759D

Tints of Deluge #85759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 32.68%
G = 28.75%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85759D (or 0x85759D) is known color: Deluge. HEX triplet: 85, 75 and 9D. RGB value is (133,117,157). Sum of RGB (Red+Green+Blue) = 133+117+157=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #85759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85759D is #7A8A62. Grayscale: #7E7E7E. Windows color (decimal): -8030819 or 10319237. OLE color: 10319237.

HSL color Cylindrical-coordinate representation of color #85759D: hue angle of 264º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85759D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 117 157 -
CMYK 0.15 0.25 0 0.38
HSL 264º 0.17% 0.54% -
HSV(B) 264º 0.25% 0.62% -
XYZ 22.12 20.14 34.62 -
YUV 126.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 133 117 157 0.15 0.25 0 0.38 264 0.17 0.54
Hex 85 75 9D F 19 0 26 108 11 36
Octal 205 165 235 17 31 0 46 410 21 66
Binary 10000101 1110101 10011101 1111 11001 0 100110 100001000 10001 110110

Color Harmonies of #85759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85759D

Black with #85759D

Text Example


Text Example

White with #85759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85759D; }

 p { color: rgb(133,117,157); }

 H1.HeaderClassName
 {
   color: #85759D;
 }
 .AnyTagClassName
 {
   color: #85759D;
 }
</style>

background-color css

<style>
 a { background-color: #85759D; }

 a { background-color: rgb(133,117,157); }

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

border-color css

<style>
 span { border-color: #85759D; }

 span { border-color: rgb(133,117,157); }

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