Html Css Color HEX #8069AF Deluge

📋 copy color: '#8069AF'

red 128 ◦ green 105 ◦ blue 175

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

Shades of Deluge #8069AF

Tints of Deluge #8069AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 31.37%
G = 25.74%
B = 42.89%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8069AF (or 0x8069AF) is known color: Deluge. HEX triplet: 80, 69 and AF. RGB value is (128,105,175). Sum of RGB (Red+Green+Blue) = 128+105+175=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #8069AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069AF is #7F9650. Grayscale: #777777. Windows color (decimal): -8361553 or 11495808. OLE color: 11495808.

HSL color Cylindrical-coordinate representation of color #8069AF: hue angle of 259.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8069AF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 105 175 -
CMYK 0.27 0.40 0 0.31
HSL 259.71º 0.3% 0.55% -
HSV(B) 259.71º 0.4% 0.69% -
XYZ 21.69 17.79 42.85 -
YUV 119.86 159.12 133.81 -
System Red Green Blue C M Y K H S L
Decimal 128 105 175 0.27 0.40 0 0.31 259.71 0.3 0.55
Hex 80 69 AF 1B 28 0 1F 104 1E 37
Octal 200 151 257 33 50 0 37 404 36 67
Binary 10000000 1101001 10101111 11011 101000 0 11111 100000100 11110 110111

Color Harmonies of #8069AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069AF

Black with #8069AF

Text Example


Text Example

White with #8069AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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