Html Css Color HEX #8076AB Deluge

📋 copy color: '#8076AB'

red 128 ◦ green 118 ◦ blue 171

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

Shades of Deluge #8076AB

Tints of Deluge #8076AB

RGB

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

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

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

R = 30.7%
G = 28.3%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8076AB (or 0x8076AB) is known color: Deluge. HEX triplet: 80, 76 and AB. RGB value is (128,118,171). Sum of RGB (Red+Green+Blue) = 128+118+171=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #8076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8076AB is #7F8954. Grayscale: #7E7E7E. Windows color (decimal): -8358229 or 11236992. OLE color: 11236992.

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

Color convert

RGB 128 118 171 -
CMYK 0.25 0.31 0 0.33
HSL 251.32º 0.24% 0.57% -
HSV(B) 251.32º 0.31% 0.67% -
XYZ 22.73 20.49 41.28 -
YUV 127.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 128 118 171 0.25 0.31 0 0.33 251.32 0.24 0.57
Hex 80 76 AB 19 1F 0 21 FB 18 39
Octal 200 166 253 31 37 0 41 373 30 71
Binary 10000000 1110110 10101011 11001 11111 0 100001 11111011 11000 111001

Color Harmonies of #8076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076AB

Black with #8076AB

Text Example


Text Example

White with #8076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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