Html Css Color HEX #806DB6 Deluge

📋 copy color: '#806DB6'

red 128 ◦ green 109 ◦ blue 182

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

Shades of Deluge #806DB6

Tints of Deluge #806DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 182 (71.48% from 255) = 43.44%

R = 30.55%
G = 26.01%
B = 43.44%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#806DB6 (or 0x806DB6) is known color: Deluge. HEX triplet: 80, 6D and B6. RGB value is (128,109,182). Sum of RGB (Red+Green+Blue) = 128+109+182=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #806DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DB6 is #7F9249. Grayscale: #7A7A7A. Windows color (decimal): -8360522 or 11955584. OLE color: 11955584.

HSL color Cylindrical-coordinate representation of color #806DB6: hue angle of 255.62º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #806DB6 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 109 182 -
CMYK 0.30 0.40 0 0.29
HSL 255.62º 0.33% 0.57% -
HSV(B) 255.62º 0.4% 0.71% -
XYZ 22.81 18.9 46.7 -
YUV 123 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 128 109 182 0.30 0.40 0 0.29 255.62 0.33 0.57
Hex 80 6D B6 1E 28 0 1D 100 21 39
Octal 200 155 266 36 50 0 35 400 41 71
Binary 10000000 1101101 10110110 11110 101000 0 11101 100000000 100001 111001

Color Harmonies of #806DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806DB6

Black with #806DB6

Text Example


Text Example

White with #806DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,109,182); }

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

background-color css

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

 a { background-color: rgb(128,109,182); }

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

border-color css

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

 span { border-color: rgb(128,109,182); }

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