Html Css Color HEX #8070AB Deluge

📋 copy color: '#8070AB'

red 128 ◦ green 112 ◦ blue 171

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

Shades of Deluge #8070AB

Tints of Deluge #8070AB

RGB

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

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

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

R = 31.14%
G = 27.25%
B = 41.61%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8070AB (or 0x8070AB) is known color: Deluge. HEX triplet: 80, 70 and AB. RGB value is (128,112,171). Sum of RGB (Red+Green+Blue) = 128+112+171=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #8070AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8070AB is #7F8F54. Grayscale: #7B7B7B. Windows color (decimal): -8359765 or 11235456. OLE color: 11235456.

HSL color Cylindrical-coordinate representation of color #8070AB: hue angle of 256.27º 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 #8070AB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 112 171 -
CMYK 0.25 0.35 0 0.33
HSL 256.27º 0.26% 0.55% -
HSV(B) 256.27º 0.35% 0.67% -
XYZ 22.05 19.12 41.06 -
YUV 123.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 128 112 171 0.25 0.35 0 0.33 256.27 0.26 0.55
Hex 80 70 AB 19 23 0 21 100 1A 37
Octal 200 160 253 31 43 0 41 400 32 67
Binary 10000000 1110000 10101011 11001 100011 0 100001 100000000 11010 110111

Color Harmonies of #8070AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070AB

Black with #8070AB

Text Example


Text Example

White with #8070AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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