Html Css Color HEX #8770AB Deluge

📋 copy color: '#8770AB'

red 135 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8770AB

Tints of Deluge #8770AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 32.3%
G = 26.79%
B = 40.91%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8770AB (or 0x8770AB) is known color: Deluge. HEX triplet: 87, 70 and AB. RGB value is (135,112,171). Sum of RGB (Red+Green+Blue) = 135+112+171=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8770AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770AB is #788F54. Grayscale: #7D7D7D. Windows color (decimal): -7901013 or 11235463. OLE color: 11235463.

HSL color Cylindrical-coordinate representation of color #8770AB: hue angle of 263.39º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8770AB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 112 171 -
CMYK 0.21 0.35 0 0.33
HSL 263.39º 0.26% 0.55% -
HSV(B) 263.39º 0.35% 0.67% -
XYZ 23.14 19.68 41.11 -
YUV 125.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 135 112 171 0.21 0.35 0 0.33 263.39 0.26 0.55
Hex 87 70 AB 15 23 0 21 107 1A 37
Octal 207 160 253 25 43 0 41 407 32 67
Binary 10000111 1110000 10101011 10101 100011 0 100001 100000111 11010 110111

Color Harmonies of #8770AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770AB

Black with #8770AB

Text Example


Text Example

White with #8770AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8770AB; }

 p { color: rgb(135,112,171); }

 H1.HeaderClassName
 {
   color: #8770AB;
 }
 .AnyTagClassName
 {
   color: #8770AB;
 }
</style>

background-color css

<style>
 a { background-color: #8770AB; }

 a { background-color: rgb(135,112,171); }

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

border-color css

<style>
 span { border-color: #8770AB; }

 span { border-color: rgb(135,112,171); }

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