Html Css Color HEX #8770AC Deluge

📋 copy color: '#8770AC'

red 135 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8770AC

Tints of Deluge #8770AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.05%

R = 32.22%
G = 26.73%
B = 41.05%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8770AC (or 0x8770AC) is known color: Deluge. HEX triplet: 87, 70 and AC. RGB value is (135,112,172). Sum of RGB (Red+Green+Blue) = 135+112+172=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8770AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770AC is #788F53. Grayscale: #7D7D7D. Windows color (decimal): -7901012 or 11300999. OLE color: 11300999.

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

Color convert

RGB 135 112 172 -
CMYK 0.22 0.35 0 0.33
HSL 263º 0.27% 0.56% -
HSV(B) 263º 0.35% 0.67% -
XYZ 23.23 19.72 41.61 -
YUV 125.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 135 112 172 0.22 0.35 0 0.33 263 0.27 0.56
Hex 87 70 AC 16 23 0 21 107 1B 38
Octal 207 160 254 26 43 0 41 407 33 70
Binary 10000111 1110000 10101100 10110 100011 0 100001 100000111 11011 111000

Color Harmonies of #8770AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8770AC

Black with #8770AC

Text Example


Text Example

White with #8770AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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