Shades of Moody Blue #807FBE
Tints of Moody Blue #807FBE
RGB
CMYK
RGB Variations
Color information
#807FBE (or 0x807FBE) is known color: Moody Blue. HEX triplet: 80, 7F and BE. RGB value is (128,127,190). Sum of RGB (Red+Green+Blue) = 128+127+190=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #807FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FBE is #7F8041. Grayscale: #868686. Windows color (decimal): -8355906 or 12484480. OLE color: 12484480.
HSL color Cylindrical-coordinate representation of color #807FBE: hue angle of 240.95º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807FBE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 127 | 190 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.25 |
| HSL | 240.95º | 0.33% | 0.62% | - |
| HSV(B) | 240.95º | 0.33% | 0.75% | - |
| XYZ | 25.79 | 23.49 | 51.89 | - |
| YUV | 134.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 190 | 0.33 | 0.33 | 0 | 0.25 | 240.95 | 0.33 | 0.62 |
| Hex | 80 | 7F | BE | 21 | 21 | 0 | 19 | F1 | 21 | 3E |
| Octal | 200 | 177 | 276 | 41 | 41 | 0 | 31 | 361 | 41 | 76 |
| Binary | 10000000 | 1111111 | 10111110 | 100001 | 100001 | 0 | 11001 | 11110001 | 100001 | 111110 |
Color Harmonies of #807FBE
Complementary color
Monochromatic Colors of #807FBE
Black with #807FBE
Text Example
Text Example
White with #807FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FBE; }
p { color: rgb(128,127,190); }
H1.HeaderClassName
{
color: #807FBE;
}
.AnyTagClassName
{
color: #807FBE;
}
</style>
background-color css
<style>
a { background-color: #807FBE; }
a { background-color: rgb(128,127,190); }
div.DivClassName
{
background-color: #807FBE;
}
.BgClassName
{
background-color: #807FBE;
}
</style>
border-color css
<style>
span { border-color: #807FBE; }
span { border-color: rgb(128,127,190); }
td.TdClassName
{
border-color: #807FBE;
}
.TagClassName
{
border-color: #807FBE;
}
</style>