Html Css Color HEX #8179AC Deluge

📋 copy color: '#8179AC'

red 129 ◦ green 121 ◦ blue 172

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

Shades of Deluge #8179AC

Tints of Deluge #8179AC

RGB

 RED value IS 129 (50.78% from 255) = 30.57%

 GREEN value IS 121 (47.66% from 255) = 28.67%

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

R = 30.57%
G = 28.67%
B = 40.76%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8179AC (or 0x8179AC) is known color: Deluge. HEX triplet: 81, 79 and AC. RGB value is (129,121,172). Sum of RGB (Red+Green+Blue) = 129+121+172=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8179AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8179AC is #7E8653. Grayscale: #818181. Windows color (decimal): -8291924 or 11303297. OLE color: 11303297.

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

Color convert

RGB 129 121 172 -
CMYK 0.25 0.30 0 0.33
HSL 249.41º 0.24% 0.57% -
HSV(B) 249.41º 0.3% 0.67% -
XYZ 23.34 21.32 41.91 -
YUV 129.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 129 121 172 0.25 0.30 0 0.33 249.41 0.24 0.57
Hex 81 79 AC 19 1E 0 21 F9 18 39
Octal 201 171 254 31 36 0 41 371 30 71
Binary 10000001 1111001 10101100 11001 11110 0 100001 11111001 11000 111001

Color Harmonies of #8179AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8179AC

Black with #8179AC

Text Example


Text Example

White with #8179AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,121,172); }

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

background-color css

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

 a { background-color: rgb(129,121,172); }

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

border-color css

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

 span { border-color: rgb(129,121,172); }

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