Html Css Color HEX #8069AD Deluge

📋 copy color: '#8069AD'

red 128 ◦ green 105 ◦ blue 173

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

Shades of Deluge #8069AD

Tints of Deluge #8069AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 31.53%
G = 25.86%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8069AD (or 0x8069AD) is known color: Deluge. HEX triplet: 80, 69 and AD. RGB value is (128,105,173). Sum of RGB (Red+Green+Blue) = 128+105+173=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8069AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AD is #7F9652. Grayscale: #777777. Windows color (decimal): -8361555 or 11364736. OLE color: 11364736.

HSL color Cylindrical-coordinate representation of color #8069AD: hue angle of 260.29º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8069AD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 105 173 -
CMYK 0.26 0.39 0 0.32
HSL 260.29º 0.29% 0.55% -
HSV(B) 260.29º 0.39% 0.68% -
XYZ 21.5 17.71 41.82 -
YUV 119.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 128 105 173 0.26 0.39 0 0.32 260.29 0.29 0.55
Hex 80 69 AD 1A 27 0 20 104 1D 37
Octal 200 151 255 32 47 0 40 404 35 67
Binary 10000000 1101001 10101101 11010 100111 0 100000 100000100 11101 110111

Color Harmonies of #8069AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069AD

Black with #8069AD

Text Example


Text Example

White with #8069AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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