Html Css Color HEX #8076A4 Deluge

📋 copy color: '#8076A4'

red 128 ◦ green 118 ◦ blue 164

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

Shades of Deluge #8076A4

Tints of Deluge #8076A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40%

R = 31.22%
G = 28.78%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8076A4 (or 0x8076A4) is known color: Deluge. HEX triplet: 80, 76 and A4. RGB value is (128,118,164). Sum of RGB (Red+Green+Blue) = 128+118+164=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 164 - color contains mainly: blue. Hex color #8076A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076A4 is #7F895B. Grayscale: #7E7E7E. Windows color (decimal): -8358236 or 10778240. OLE color: 10778240.

HSL color Cylindrical-coordinate representation of color #8076A4: hue angle of 253.04º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8076A4 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 118 164 -
CMYK 0.22 0.28 0 0.36
HSL 253.04º 0.2% 0.55% -
HSV(B) 253.04º 0.28% 0.64% -
XYZ 22.08 20.23 37.86 -
YUV 126.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 128 118 164 0.22 0.28 0 0.36 253.04 0.2 0.55
Hex 80 76 A4 16 1C 0 24 FD 14 37
Octal 200 166 244 26 34 0 44 375 24 67
Binary 10000000 1110110 10100100 10110 11100 0 100100 11111101 10100 110111

Color Harmonies of #8076A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076A4

Black with #8076A4

Text Example


Text Example

White with #8076A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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