Html Css Color HEX #85779F Deluge

📋 copy color: '#85779F'

red 133 ◦ green 119 ◦ blue 159

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

Shades of Deluge #85779F

Tints of Deluge #85779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 32.36%
G = 28.95%
B = 38.69%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85779F (or 0x85779F) is known color: Deluge. HEX triplet: 85, 77 and 9F. RGB value is (133,119,159). Sum of RGB (Red+Green+Blue) = 133+119+159=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #85779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779F is #7A8860. Grayscale: #7F7F7F. Windows color (decimal): -8030305 or 10450821. OLE color: 10450821.

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

Color convert

RGB 133 119 159 -
CMYK 0.16 0.25 0 0.38
HSL 261º 0.17% 0.55% -
HSV(B) 261º 0.25% 0.62% -
XYZ 22.53 20.68 35.61 -
YUV 127.75 145.64 131.75 -
System Red Green Blue C M Y K H S L
Decimal 133 119 159 0.16 0.25 0 0.38 261 0.17 0.55
Hex 85 77 9F 10 19 0 26 105 11 37
Octal 205 167 237 20 31 0 46 405 21 67
Binary 10000101 1110111 10011111 10000 11001 0 100110 100000101 10001 110111

Color Harmonies of #85779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85779F

Black with #85779F

Text Example


Text Example

White with #85779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85779F; }

 p { color: rgb(133,119,159); }

 H1.HeaderClassName
 {
   color: #85779F;
 }
 .AnyTagClassName
 {
   color: #85779F;
 }
</style>

background-color css

<style>
 a { background-color: #85779F; }

 a { background-color: rgb(133,119,159); }

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

border-color css

<style>
 span { border-color: #85779F; }

 span { border-color: rgb(133,119,159); }

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