Shades of Moody Blue #807BCB
Tints of Moody Blue #807BCB
RGB
CMYK
RGB Variations
Color information
#807BCB (or 0x807BCB) is known color: Moody Blue. HEX triplet: 80, 7B and CB. RGB value is (128,123,203). Sum of RGB (Red+Green+Blue) = 128+123+203=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #807BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BCB is #7F8434. Grayscale: #858585. Windows color (decimal): -8356917 or 13335424. OLE color: 13335424.
HSL color Cylindrical-coordinate representation of color #807BCB: hue angle of 243.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807BCB is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 123 | 203 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.20 |
| HSL | 243.75º | 0.43% | 0.64% | - |
| HSV(B) | 243.75º | 0.39% | 0.8% | - |
| XYZ | 26.76 | 23.07 | 59.54 | - |
| YUV | 133.62 | 167.16 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 203 | 0.37 | 0.39 | 0 | 0.20 | 243.75 | 0.43 | 0.64 |
| Hex | 80 | 7B | CB | 25 | 27 | 0 | 14 | F4 | 2B | 40 |
| Octal | 200 | 173 | 313 | 45 | 47 | 0 | 24 | 364 | 53 | 100 |
| Binary | 10000000 | 1111011 | 11001011 | 100101 | 100111 | 0 | 10100 | 11110100 | 101011 | 1000000 |
Color Harmonies of #807BCB
Complementary color
Monochromatic Colors of #807BCB
Black with #807BCB
Text Example
Text Example
White with #807BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BCB; }
p { color: rgb(128,123,203); }
H1.HeaderClassName
{
color: #807BCB;
}
.AnyTagClassName
{
color: #807BCB;
}
</style>
background-color css
<style>
a { background-color: #807BCB; }
a { background-color: rgb(128,123,203); }
div.DivClassName
{
background-color: #807BCB;
}
.BgClassName
{
background-color: #807BCB;
}
</style>
border-color css
<style>
span { border-color: #807BCB; }
span { border-color: rgb(128,123,203); }
td.TdClassName
{
border-color: #807BCB;
}
.TagClassName
{
border-color: #807BCB;
}
</style>