Html Css Color HEX #8069AA Deluge

📋 copy color: '#8069AA'

red 128 ◦ green 105 ◦ blue 170

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

Shades of Deluge #8069AA

Tints of Deluge #8069AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 31.76%
G = 26.05%
B = 42.18%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8069AA (or 0x8069AA) is known color: Deluge. HEX triplet: 80, 69 and AA. RGB value is (128,105,170). Sum of RGB (Red+Green+Blue) = 128+105+170=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8069AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AA is #7F9655. Grayscale: #777777. Windows color (decimal): -8361558 or 11168128. OLE color: 11168128.

HSL color Cylindrical-coordinate representation of color #8069AA: hue angle of 261.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8069AA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 105 170 -
CMYK 0.25 0.38 0 0.33
HSL 261.23º 0.28% 0.54% -
HSV(B) 261.23º 0.38% 0.67% -
XYZ 21.21 17.59 40.31 -
YUV 119.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 128 105 170 0.25 0.38 0 0.33 261.23 0.28 0.54
Hex 80 69 AA 19 26 0 21 105 1C 36
Octal 200 151 252 31 46 0 41 405 34 66
Binary 10000000 1101001 10101010 11001 100110 0 100001 100000101 11100 110110

Color Harmonies of #8069AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069AA

Black with #8069AA

Text Example


Text Example

White with #8069AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8069AA; }

 p { color: rgb(128,105,170); }

 H1.HeaderClassName
 {
   color: #8069AA;
 }
 .AnyTagClassName
 {
   color: #8069AA;
 }
</style>

background-color css

<style>
 a { background-color: #8069AA; }

 a { background-color: rgb(128,105,170); }

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

border-color css

<style>
 span { border-color: #8069AA; }

 span { border-color: rgb(128,105,170); }

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