Html Css Color HEX #8076AE Deluge

📋 copy color: '#8076AE'

red 128 ◦ green 118 ◦ blue 174

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

Shades of Deluge #8076AE

Tints of Deluge #8076AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.43%

R = 30.48%
G = 28.1%
B = 41.43%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8076AE (or 0x8076AE) is known color: Deluge. HEX triplet: 80, 76 and AE. RGB value is (128,118,174). Sum of RGB (Red+Green+Blue) = 128+118+174=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #8076AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AE is #7F8951. Grayscale: #7F7F7F. Windows color (decimal): -8358226 or 11433600. OLE color: 11433600.

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

Color convert

RGB 128 118 174 -
CMYK 0.26 0.32 0 0.32
HSL 250.71º 0.26% 0.57% -
HSV(B) 250.71º 0.32% 0.68% -
XYZ 23.02 20.6 42.81 -
YUV 127.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 128 118 174 0.26 0.32 0 0.32 250.71 0.26 0.57
Hex 80 76 AE 1A 20 0 20 FB 1A 39
Octal 200 166 256 32 40 0 40 373 32 71
Binary 10000000 1110110 10101110 11010 100000 0 100000 11111011 11010 111001

Color Harmonies of #8076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076AE

Black with #8076AE

Text Example


Text Example

White with #8076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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