Shades of Moody Blue #807BCF
Tints of Moody Blue #807BCF
RGB
CMYK
RGB Variations
Color information
#807BCF (or 0x807BCF) is known color: Moody Blue. HEX triplet: 80, 7B and CF. RGB value is (128,123,207). Sum of RGB (Red+Green+Blue) = 128+123+207=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #807BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BCF is #7F8430. Grayscale: #858585. Windows color (decimal): -8356913 or 13597568. OLE color: 13597568.
HSL color Cylindrical-coordinate representation of color #807BCF: hue angle of 243.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #807BCF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 123 | 207 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.19 |
| HSL | 243.57º | 0.47% | 0.65% | - |
| HSV(B) | 243.57º | 0.41% | 0.81% | - |
| XYZ | 27.25 | 23.26 | 62.09 | - |
| YUV | 134.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 207 | 0.38 | 0.41 | 0 | 0.19 | 243.57 | 0.47 | 0.65 |
| Hex | 80 | 7B | CF | 26 | 29 | 0 | 13 | F4 | 2F | 41 |
| Octal | 200 | 173 | 317 | 46 | 51 | 0 | 23 | 364 | 57 | 101 |
| Binary | 10000000 | 1111011 | 11001111 | 100110 | 101001 | 0 | 10011 | 11110100 | 101111 | 1000001 |
Color Harmonies of #807BCF
Complementary color
Monochromatic Colors of #807BCF
Black with #807BCF
Text Example
Text Example
White with #807BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BCF; }
p { color: rgb(128,123,207); }
H1.HeaderClassName
{
color: #807BCF;
}
.AnyTagClassName
{
color: #807BCF;
}
</style>
background-color css
<style>
a { background-color: #807BCF; }
a { background-color: rgb(128,123,207); }
div.DivClassName
{
background-color: #807BCF;
}
.BgClassName
{
background-color: #807BCF;
}
</style>
border-color css
<style>
span { border-color: #807BCF; }
span { border-color: rgb(128,123,207); }
td.TdClassName
{
border-color: #807BCF;
}
.TagClassName
{
border-color: #807BCF;
}
</style>