Html Css Color HEX #8077AC Deluge

📋 copy color: '#8077AC'

red 128 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8077AC

Tints of Deluge #8077AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.4%

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

R = 30.55%
G = 28.4%
B = 41.05%

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

#8077AC (or 0x8077AC) is known color: Deluge. HEX triplet: 80, 77 and AC. RGB value is (128,119,172). Sum of RGB (Red+Green+Blue) = 128+119+172=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #8077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8077AC is #7F8853. Grayscale: #7F7F7F. Windows color (decimal): -8357972 or 11302784. OLE color: 11302784.

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

Color convert

RGB 128 119 172 -
CMYK 0.26 0.31 0 0.33
HSL 250.19º 0.24% 0.57% -
HSV(B) 250.19º 0.31% 0.67% -
XYZ 22.95 20.76 41.83 -
YUV 127.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 128 119 172 0.26 0.31 0 0.33 250.19 0.24 0.57
Hex 80 77 AC 1A 1F 0 21 FA 18 39
Octal 200 167 254 32 37 0 41 372 30 71
Binary 10000000 1110111 10101100 11010 11111 0 100001 11111010 11000 111001

Color Harmonies of #8077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077AC

Black with #8077AC

Text Example


Text Example

White with #8077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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