Shades of Moody Blue #807FBB
Tints of Moody Blue #807FBB
RGB
CMYK
RGB Variations
Color information
#807FBB (or 0x807FBB) is known color: Moody Blue. HEX triplet: 80, 7F and BB. RGB value is (128,127,187). Sum of RGB (Red+Green+Blue) = 128+127+187=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #807FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FBB is #7F8044. Grayscale: #858585. Windows color (decimal): -8355909 or 12287872. OLE color: 12287872.
HSL color Cylindrical-coordinate representation of color #807FBB: hue angle of 241º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807FBB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 127 | 187 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.27 |
| HSL | 241º | 0.31% | 0.62% | - |
| HSV(B) | 241º | 0.32% | 0.73% | - |
| XYZ | 25.46 | 23.36 | 50.18 | - |
| YUV | 134.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 187 | 0.32 | 0.32 | 0 | 0.27 | 241 | 0.31 | 0.62 |
| Hex | 80 | 7F | BB | 20 | 20 | 0 | 1B | F1 | 1F | 3E |
| Octal | 200 | 177 | 273 | 40 | 40 | 0 | 33 | 361 | 37 | 76 |
| Binary | 10000000 | 1111111 | 10111011 | 100000 | 100000 | 0 | 11011 | 11110001 | 11111 | 111110 |
Color Harmonies of #807FBB
Complementary color
Monochromatic Colors of #807FBB
Black with #807FBB
Text Example
Text Example
White with #807FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FBB; }
p { color: rgb(128,127,187); }
H1.HeaderClassName
{
color: #807FBB;
}
.AnyTagClassName
{
color: #807FBB;
}
</style>
background-color css
<style>
a { background-color: #807FBB; }
a { background-color: rgb(128,127,187); }
div.DivClassName
{
background-color: #807FBB;
}
.BgClassName
{
background-color: #807FBB;
}
</style>
border-color css
<style>
span { border-color: #807FBB; }
span { border-color: rgb(128,127,187); }
td.TdClassName
{
border-color: #807FBB;
}
.TagClassName
{
border-color: #807FBB;
}
</style>