Shades of Moody Blue #806DBA
Tints of Moody Blue #806DBA
RGB
CMYK
RGB Variations
Color information
#806DBA (or 0x806DBA) is known color: Moody Blue. HEX triplet: 80, 6D and BA. RGB value is (128,109,186). Sum of RGB (Red+Green+Blue) = 128+109+186=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #806DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DBA is #7F9245. Grayscale: #7B7B7B. Windows color (decimal): -8360518 or 12217728. OLE color: 12217728.
HSL color Cylindrical-coordinate representation of color #806DBA: hue angle of 254.81º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #806DBA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 109 | 186 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.27 |
| HSL | 254.81º | 0.36% | 0.58% | - |
| HSV(B) | 254.81º | 0.41% | 0.73% | - |
| XYZ | 23.23 | 19.07 | 48.91 | - |
| YUV | 123.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 186 | 0.31 | 0.41 | 0 | 0.27 | 254.81 | 0.36 | 0.58 |
| Hex | 80 | 6D | BA | 1F | 29 | 0 | 1B | FF | 24 | 3A |
| Octal | 200 | 155 | 272 | 37 | 51 | 0 | 33 | 377 | 44 | 72 |
| Binary | 10000000 | 1101101 | 10111010 | 11111 | 101001 | 0 | 11011 | 11111111 | 100100 | 111010 |
Color Harmonies of #806DBA
Complementary color
Monochromatic Colors of #806DBA
Black with #806DBA
Text Example
Text Example
White with #806DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DBA; }
p { color: rgb(128,109,186); }
H1.HeaderClassName
{
color: #806DBA;
}
.AnyTagClassName
{
color: #806DBA;
}
</style>
background-color css
<style>
a { background-color: #806DBA; }
a { background-color: rgb(128,109,186); }
div.DivClassName
{
background-color: #806DBA;
}
.BgClassName
{
background-color: #806DBA;
}
</style>
border-color css
<style>
span { border-color: #806DBA; }
span { border-color: rgb(128,109,186); }
td.TdClassName
{
border-color: #806DBA;
}
.TagClassName
{
border-color: #806DBA;
}
</style>