Html Css Color HEX #8777AA Deluge

📋 copy color: '#8777AA'

red 135 ◦ green 119 ◦ blue 170

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

Shades of Deluge #8777AA

Tints of Deluge #8777AA

RGB

 RED value IS 135 (53.13% from 255) = 31.84%

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 31.84%
G = 28.07%
B = 40.09%

CMYK

 C value IS 0.21

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8777AA (or 0x8777AA) is known color: Deluge. HEX triplet: 87, 77 and AA. RGB value is (135,119,170). Sum of RGB (Red+Green+Blue) = 135+119+170=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #8777AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8777AA is #788855. Grayscale: #818181. Windows color (decimal): -7899222 or 11171719. OLE color: 11171719.

HSL color Cylindrical-coordinate representation of color #8777AA: hue angle of 258.82º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8777AA is Cyan = 0.21, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 119 170 -
CMYK 0.21 0.3 0 0.33
HSL 258.82º 0.23% 0.57% -
HSV(B) 258.82º 0.3% 0.67% -
XYZ 23.84 21.25 40.87 -
YUV 129.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 135 119 170 0.21 0.3 0 0.33 258.82 0.23 0.57
Hex 87 77 AA 15 1E 0 21 103 17 39
Octal 207 167 252 25 36 0 41 403 27 71
Binary 10000111 1110111 10101010 10101 11110 0 100001 100000011 10111 111001

Color Harmonies of #8777AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8777AA

Black with #8777AA

Text Example


Text Example

White with #8777AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8777AA; }

 p { color: rgb(135,119,170); }

 H1.HeaderClassName
 {
   color: #8777AA;
 }
 .AnyTagClassName
 {
   color: #8777AA;
 }
</style>

background-color css

<style>
 a { background-color: #8777AA; }

 a { background-color: rgb(135,119,170); }

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

border-color css

<style>
 span { border-color: #8777AA; }

 span { border-color: rgb(135,119,170); }

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