Shades of Moody Blue #806BCD
Tints of Moody Blue #806BCD
RGB
CMYK
RGB Variations
Color information
#806BCD (or 0x806BCD) is known color: Moody Blue. HEX triplet: 80, 6B and CD. RGB value is (128,107,205). Sum of RGB (Red+Green+Blue) = 128+107+205=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #806BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCD is #7F9432. Grayscale: #7C7C7C. Windows color (decimal): -8361011 or 13462400. OLE color: 13462400.
HSL color Cylindrical-coordinate representation of color #806BCD: hue angle of 252.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806BCD is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 107 | 205 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.20 |
| HSL | 252.86º | 0.49% | 0.61% | - |
| HSV(B) | 252.86º | 0.48% | 0.8% | - |
| XYZ | 25.18 | 19.51 | 60.2 | - |
| YUV | 124.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 205 | 0.38 | 0.48 | 0 | 0.20 | 252.86 | 0.49 | 0.61 |
| Hex | 80 | 6B | CD | 26 | 30 | 0 | 14 | FD | 31 | 3D |
| Octal | 200 | 153 | 315 | 46 | 60 | 0 | 24 | 375 | 61 | 75 |
| Binary | 10000000 | 1101011 | 11001101 | 100110 | 110000 | 0 | 10100 | 11111101 | 110001 | 111101 |
Color Harmonies of #806BCD
Complementary color
Monochromatic Colors of #806BCD
Black with #806BCD
Text Example
Text Example
White with #806BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BCD; }
p { color: rgb(128,107,205); }
H1.HeaderClassName
{
color: #806BCD;
}
.AnyTagClassName
{
color: #806BCD;
}
</style>
background-color css
<style>
a { background-color: #806BCD; }
a { background-color: rgb(128,107,205); }
div.DivClassName
{
background-color: #806BCD;
}
.BgClassName
{
background-color: #806BCD;
}
</style>
border-color css
<style>
span { border-color: #806BCD; }
span { border-color: rgb(128,107,205); }
td.TdClassName
{
border-color: #806BCD;
}
.TagClassName
{
border-color: #806BCD;
}
</style>