Html Css Color HEX #85799E Deluge

📋 copy color: '#85799E'

red 133 ◦ green 121 ◦ blue 158

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

Shades of Deluge #85799E

Tints of Deluge #85799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

 BLUE value IS 158 (62.11% from 255) = 38.35%

R = 32.28%
G = 29.37%
B = 38.35%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85799E (or 0x85799E) is known color: Deluge. HEX triplet: 85, 79 and 9E. RGB value is (133,121,158). Sum of RGB (Red+Green+Blue) = 133+121+158=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #85799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85799E is #7A8661. Grayscale: #808080. Windows color (decimal): -8029794 or 10385797. OLE color: 10385797.

HSL color Cylindrical-coordinate representation of color #85799E: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85799E is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 121 158 -
CMYK 0.16 0.23 0 0.38
HSL 259.46º 0.16% 0.55% -
HSV(B) 259.46º 0.23% 0.62% -
XYZ 22.68 21.13 35.23 -
YUV 128.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 133 121 158 0.16 0.23 0 0.38 259.46 0.16 0.55
Hex 85 79 9E 10 17 0 26 103 10 37
Octal 205 171 236 20 27 0 46 403 20 67
Binary 10000101 1111001 10011110 10000 10111 0 100110 100000011 10000 110111

Color Harmonies of #85799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85799E

Black with #85799E

Text Example


Text Example

White with #85799E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85799E; }

 p { color: rgb(133,121,158); }

 H1.HeaderClassName
 {
   color: #85799E;
 }
 .AnyTagClassName
 {
   color: #85799E;
 }
</style>

background-color css

<style>
 a { background-color: #85799E; }

 a { background-color: rgb(133,121,158); }

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

border-color css

<style>
 span { border-color: #85799E; }

 span { border-color: rgb(133,121,158); }

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