Html Css Color HEX #8076AC Deluge

📋 copy color: '#8076AC'

red 128 ◦ green 118 ◦ blue 172

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

Shades of Deluge #8076AC

Tints of Deluge #8076AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 30.62%
G = 28.23%
B = 41.15%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8076AC (or 0x8076AC) is known color: Deluge. HEX triplet: 80, 76 and AC. RGB value is (128,118,172). Sum of RGB (Red+Green+Blue) = 128+118+172=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AC is #7F8953. Grayscale: #7E7E7E. Windows color (decimal): -8358228 or 11302528. OLE color: 11302528.

HSL color Cylindrical-coordinate representation of color #8076AC: hue angle of 251.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8076AC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 118 172 -
CMYK 0.26 0.31 0 0.33
HSL 251.11º 0.25% 0.57% -
HSV(B) 251.11º 0.31% 0.67% -
XYZ 22.83 20.52 41.79 -
YUV 127.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 128 118 172 0.26 0.31 0 0.33 251.11 0.25 0.57
Hex 80 76 AC 1A 1F 0 21 FB 19 39
Octal 200 166 254 32 37 0 41 373 31 71
Binary 10000000 1110110 10101100 11010 11111 0 100001 11111011 11001 111001

Color Harmonies of #8076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076AC

Black with #8076AC

Text Example


Text Example

White with #8076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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