Shades of Moody Blue #807BCE
Tints of Moody Blue #807BCE
RGB
CMYK
RGB Variations
Color information
#807BCE (or 0x807BCE) is known color: Moody Blue. HEX triplet: 80, 7B and CE. RGB value is (128,123,206). Sum of RGB (Red+Green+Blue) = 128+123+206=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #807BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BCE is #7F8431. Grayscale: #858585. Windows color (decimal): -8356914 or 13532032. OLE color: 13532032.
HSL color Cylindrical-coordinate representation of color #807BCE: hue angle of 243.61º 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 #807BCE is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 123 | 206 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.19 |
| HSL | 243.61º | 0.46% | 0.65% | - |
| HSV(B) | 243.61º | 0.4% | 0.81% | - |
| XYZ | 27.13 | 23.21 | 61.44 | - |
| YUV | 133.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 206 | 0.38 | 0.40 | 0 | 0.19 | 243.61 | 0.46 | 0.65 |
| Hex | 80 | 7B | CE | 26 | 28 | 0 | 13 | F4 | 2E | 41 |
| Octal | 200 | 173 | 316 | 46 | 50 | 0 | 23 | 364 | 56 | 101 |
| Binary | 10000000 | 1111011 | 11001110 | 100110 | 101000 | 0 | 10011 | 11110100 | 101110 | 1000001 |
Color Harmonies of #807BCE
Complementary color
Monochromatic Colors of #807BCE
Black with #807BCE
Text Example
Text Example
White with #807BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BCE; }
p { color: rgb(128,123,206); }
H1.HeaderClassName
{
color: #807BCE;
}
.AnyTagClassName
{
color: #807BCE;
}
</style>
background-color css
<style>
a { background-color: #807BCE; }
a { background-color: rgb(128,123,206); }
div.DivClassName
{
background-color: #807BCE;
}
.BgClassName
{
background-color: #807BCE;
}
</style>
border-color css
<style>
span { border-color: #807BCE; }
span { border-color: rgb(128,123,206); }
td.TdClassName
{
border-color: #807BCE;
}
.TagClassName
{
border-color: #807BCE;
}
</style>