Html Css Color HEX #8070AA Deluge

📋 copy color: '#8070AA'

red 128 ◦ green 112 ◦ blue 170

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

Shades of Deluge #8070AA

Tints of Deluge #8070AA

RGB

 RED value IS 128 (50.39% from 255) = 31.22%

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

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

R = 31.22%
G = 27.32%
B = 41.46%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8070AA (or 0x8070AA) is known color: Deluge. HEX triplet: 80, 70 and AA. RGB value is (128,112,170). Sum of RGB (Red+Green+Blue) = 128+112+170=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8070AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8070AA is #7F8F55. Grayscale: #7B7B7B. Windows color (decimal): -8359766 or 11169920. OLE color: 11169920.

HSL color Cylindrical-coordinate representation of color #8070AA: hue angle of 256.55º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8070AA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 112 170 -
CMYK 0.25 0.34 0 0.33
HSL 256.55º 0.25% 0.55% -
HSV(B) 256.55º 0.34% 0.67% -
XYZ 21.95 19.08 40.56 -
YUV 123.4 154.3 131.28 -
System Red Green Blue C M Y K H S L
Decimal 128 112 170 0.25 0.34 0 0.33 256.55 0.25 0.55
Hex 80 70 AA 19 22 0 21 101 19 37
Octal 200 160 252 31 42 0 41 401 31 67
Binary 10000000 1110000 10101010 11001 100010 0 100001 100000001 11001 110111

Color Harmonies of #8070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070AA

Black with #8070AA

Text Example


Text Example

White with #8070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,112,170); }

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

background-color css

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

 a { background-color: rgb(128,112,170); }

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

border-color css

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

 span { border-color: rgb(128,112,170); }

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