Html Css Color HEX #85789A Deluge

📋 copy color: '#85789A'

red 133 ◦ green 120 ◦ blue 154

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

Shades of Deluge #85789A

Tints of Deluge #85789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 32.68%
G = 29.48%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#85789A (or 0x85789A) is known color: Deluge. HEX triplet: 85, 78 and 9A. RGB value is (133,120,154). Sum of RGB (Red+Green+Blue) = 133+120+154=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #85789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85789A is #7A8765. Grayscale: #7F7F7F. Windows color (decimal): -8030054 or 10123397. OLE color: 10123397.

HSL color Cylindrical-coordinate representation of color #85789A: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85789A is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 120 154 -
CMYK 0.14 0.22 0 0.40
HSL 262.94º 0.14% 0.54% -
HSV(B) 262.94º 0.22% 0.6% -
XYZ 22.22 20.75 33.41 -
YUV 127.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 133 120 154 0.14 0.22 0 0.40 262.94 0.14 0.54
Hex 85 78 9A E 16 0 28 107 E 36
Octal 205 170 232 16 26 0 50 407 16 66
Binary 10000101 1111000 10011010 1110 10110 0 101000 100000111 1110 110110

Color Harmonies of #85789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85789A

Black with #85789A

Text Example


Text Example

White with #85789A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85789A; }

 p { color: rgb(133,120,154); }

 H1.HeaderClassName
 {
   color: #85789A;
 }
 .AnyTagClassName
 {
   color: #85789A;
 }
</style>

background-color css

<style>
 a { background-color: #85789A; }

 a { background-color: rgb(133,120,154); }

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

border-color css

<style>
 span { border-color: #85789A; }

 span { border-color: rgb(133,120,154); }

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