Html Css Color HEX #85779B Deluge

📋 copy color: '#85779B'

red 133 ◦ green 119 ◦ blue 155

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

Shades of Deluge #85779B

Tints of Deluge #85779B

RGB

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

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

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

R = 32.68%
G = 29.24%
B = 38.08%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85779B (or 0x85779B) is known color: Deluge. HEX triplet: 85, 77 and 9B. RGB value is (133,119,155). Sum of RGB (Red+Green+Blue) = 133+119+155=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #85779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85779B is #7A8864. Grayscale: #7F7F7F. Windows color (decimal): -8030309 or 10188677. OLE color: 10188677.

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

Color convert

RGB 133 119 155 -
CMYK 0.14 0.23 0 0.39
HSL 263.33º 0.15% 0.54% -
HSV(B) 263.33º 0.23% 0.61% -
XYZ 22.19 20.55 33.81 -
YUV 127.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 133 119 155 0.14 0.23 0 0.39 263.33 0.15 0.54
Hex 85 77 9B E 17 0 27 107 F 36
Octal 205 167 233 16 27 0 47 407 17 66
Binary 10000101 1110111 10011011 1110 10111 0 100111 100000111 1111 110110

Color Harmonies of #85779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85779B

Black with #85779B

Text Example


Text Example

White with #85779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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