Html Css Color HEX #806BAC Deluge

📋 copy color: '#806BAC'

red 128 ◦ green 107 ◦ blue 172

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

Shades of Deluge #806BAC

Tints of Deluge #806BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

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

R = 31.45%
G = 26.29%
B = 42.26%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#806BAC (or 0x806BAC) is known color: Deluge. HEX triplet: 80, 6B and AC. RGB value is (128,107,172). Sum of RGB (Red+Green+Blue) = 128+107+172=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #806BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806BAC is #7F9453. Grayscale: #787878. Windows color (decimal): -8361044 or 11299712. OLE color: 11299712.

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

Color convert

RGB 128 107 172 -
CMYK 0.26 0.38 0 0.33
HSL 259.38º 0.28% 0.55% -
HSV(B) 259.38º 0.38% 0.67% -
XYZ 21.61 18.08 41.38 -
YUV 120.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 128 107 172 0.26 0.38 0 0.33 259.38 0.28 0.55
Hex 80 6B AC 1A 26 0 21 103 1C 37
Octal 200 153 254 32 46 0 41 403 34 67
Binary 10000000 1101011 10101100 11010 100110 0 100001 100000011 11100 110111

Color Harmonies of #806BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BAC

Black with #806BAC

Text Example


Text Example

White with #806BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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