Html Css Color HEX #806FA4 Deluge

📋 copy color: '#806FA4'

red 128 ◦ green 111 ◦ blue 164

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

Shades of Deluge #806FA4

Tints of Deluge #806FA4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 31.76%
G = 27.54%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#806FA4 (or 0x806FA4) is known color: Deluge. HEX triplet: 80, 6F and A4. RGB value is (128,111,164). Sum of RGB (Red+Green+Blue) = 128+111+164=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #806FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806FA4 is #7F905B. Grayscale: #797979. Windows color (decimal): -8360028 or 10776448. OLE color: 10776448.

HSL color Cylindrical-coordinate representation of color #806FA4: hue angle of 259.25º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806FA4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 111 164 -
CMYK 0.22 0.32 0 0.36
HSL 259.25º 0.23% 0.54% -
HSV(B) 259.25º 0.32% 0.64% -
XYZ 21.29 18.64 37.6 -
YUV 122.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 128 111 164 0.22 0.32 0 0.36 259.25 0.23 0.54
Hex 80 6F A4 16 20 0 24 103 17 36
Octal 200 157 244 26 40 0 44 403 27 66
Binary 10000000 1101111 10100100 10110 100000 0 100100 100000011 10111 110110

Color Harmonies of #806FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FA4

Black with #806FA4

Text Example


Text Example

White with #806FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806FA4; }

 p { color: rgb(128,111,164); }

 H1.HeaderClassName
 {
   color: #806FA4;
 }
 .AnyTagClassName
 {
   color: #806FA4;
 }
</style>

background-color css

<style>
 a { background-color: #806FA4; }

 a { background-color: rgb(128,111,164); }

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

border-color css

<style>
 span { border-color: #806FA4; }

 span { border-color: rgb(128,111,164); }

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