Html Css Color HEX #8068AC Deluge

📋 copy color: '#8068AC'

red 128 ◦ green 104 ◦ blue 172

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

Shades of Deluge #8068AC

Tints of Deluge #8068AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

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

R = 31.68%
G = 25.74%
B = 42.57%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8068AC (or 0x8068AC) is known color: Deluge. HEX triplet: 80, 68 and AC. RGB value is (128,104,172). Sum of RGB (Red+Green+Blue) = 128+104+172=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8068AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068AC is #7F9753. Grayscale: #767676. Windows color (decimal): -8361812 or 11298944. OLE color: 11298944.

HSL color Cylindrical-coordinate representation of color #8068AC: hue angle of 261.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8068AC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 104 172 -
CMYK 0.26 0.40 0 0.33
HSL 261.18º 0.29% 0.54% -
HSV(B) 261.18º 0.4% 0.67% -
XYZ 21.3 17.47 41.28 -
YUV 118.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 128 104 172 0.26 0.40 0 0.33 261.18 0.29 0.54
Hex 80 68 AC 1A 28 0 21 105 1D 36
Octal 200 150 254 32 50 0 41 405 35 66
Binary 10000000 1101000 10101100 11010 101000 0 100001 100000101 11101 110110

Color Harmonies of #8068AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068AC

Black with #8068AC

Text Example


Text Example

White with #8068AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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