Html Css Color HEX #8070AC Deluge

📋 copy color: '#8070AC'

red 128 ◦ green 112 ◦ blue 172

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

Shades of Deluge #8070AC

Tints of Deluge #8070AC

RGB

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

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

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

R = 31.07%
G = 27.18%
B = 41.75%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8070AC (or 0x8070AC) is known color: Deluge. HEX triplet: 80, 70 and AC. RGB value is (128,112,172). Sum of RGB (Red+Green+Blue) = 128+112+172=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #8070AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8070AC is #7F8F53. Grayscale: #7B7B7B. Windows color (decimal): -8359764 or 11300992. OLE color: 11300992.

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

Color convert

RGB 128 112 172 -
CMYK 0.26 0.35 0 0.33
HSL 256º 0.27% 0.56% -
HSV(B) 256º 0.35% 0.67% -
XYZ 22.14 19.16 41.56 -
YUV 123.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 128 112 172 0.26 0.35 0 0.33 256 0.27 0.56
Hex 80 70 AC 1A 23 0 21 100 1B 38
Octal 200 160 254 32 43 0 41 400 33 70
Binary 10000000 1110000 10101100 11010 100011 0 100001 100000000 11011 111000

Color Harmonies of #8070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8070AC

Black with #8070AC

Text Example


Text Example

White with #8070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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