Shades of Moody Blue #807CCE
Tints of Moody Blue #807CCE
RGB
CMYK
RGB Variations
Color information
#807CCE (or 0x807CCE) is known color: Moody Blue. HEX triplet: 80, 7C and CE. RGB value is (128,124,206). Sum of RGB (Red+Green+Blue) = 128+124+206=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #807CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CCE is #7F8331. Grayscale: #868686. Windows color (decimal): -8356658 or 13532288. OLE color: 13532288.
HSL color Cylindrical-coordinate representation of color #807CCE: hue angle of 242.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807CCE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 124 | 206 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.19 |
| HSL | 242.93º | 0.46% | 0.65% | - |
| HSV(B) | 242.93º | 0.4% | 0.81% | - |
| XYZ | 27.25 | 23.46 | 61.48 | - |
| YUV | 134.54 | 168.33 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 206 | 0.38 | 0.40 | 0 | 0.19 | 242.93 | 0.46 | 0.65 |
| Hex | 80 | 7C | CE | 26 | 28 | 0 | 13 | F3 | 2E | 41 |
| Octal | 200 | 174 | 316 | 46 | 50 | 0 | 23 | 363 | 56 | 101 |
| Binary | 10000000 | 1111100 | 11001110 | 100110 | 101000 | 0 | 10011 | 11110011 | 101110 | 1000001 |
Color Harmonies of #807CCE
Complementary color
Monochromatic Colors of #807CCE
Black with #807CCE
Text Example
Text Example
White with #807CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807CCE; }
p { color: rgb(128,124,206); }
H1.HeaderClassName
{
color: #807CCE;
}
.AnyTagClassName
{
color: #807CCE;
}
</style>
background-color css
<style>
a { background-color: #807CCE; }
a { background-color: rgb(128,124,206); }
div.DivClassName
{
background-color: #807CCE;
}
.BgClassName
{
background-color: #807CCE;
}
</style>
border-color css
<style>
span { border-color: #807CCE; }
span { border-color: rgb(128,124,206); }
td.TdClassName
{
border-color: #807CCE;
}
.TagClassName
{
border-color: #807CCE;
}
</style>