Shades of Moody Blue #807BBF
Tints of Moody Blue #807BBF
RGB
CMYK
RGB Variations
Color information
#807BBF (or 0x807BBF) is known color: Moody Blue. HEX triplet: 80, 7B and BF. RGB value is (128,123,191). Sum of RGB (Red+Green+Blue) = 128+123+191=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #807BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBF is #7F8440. Grayscale: #838383. Windows color (decimal): -8356929 or 12548992. OLE color: 12548992.
HSL color Cylindrical-coordinate representation of color #807BBF: hue angle of 244.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807BBF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 123 | 191 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.25 |
| HSL | 244.41º | 0.35% | 0.62% | - |
| HSV(B) | 244.41º | 0.36% | 0.75% | - |
| XYZ | 25.39 | 22.52 | 52.3 | - |
| YUV | 132.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 191 | 0.33 | 0.36 | 0 | 0.25 | 244.41 | 0.35 | 0.62 |
| Hex | 80 | 7B | BF | 21 | 24 | 0 | 19 | F4 | 23 | 3E |
| Octal | 200 | 173 | 277 | 41 | 44 | 0 | 31 | 364 | 43 | 76 |
| Binary | 10000000 | 1111011 | 10111111 | 100001 | 100100 | 0 | 11001 | 11110100 | 100011 | 111110 |
Color Harmonies of #807BBF
Complementary color
Monochromatic Colors of #807BBF
Black with #807BBF
Text Example
Text Example
White with #807BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BBF; }
p { color: rgb(128,123,191); }
H1.HeaderClassName
{
color: #807BBF;
}
.AnyTagClassName
{
color: #807BBF;
}
</style>
background-color css
<style>
a { background-color: #807BBF; }
a { background-color: rgb(128,123,191); }
div.DivClassName
{
background-color: #807BBF;
}
.BgClassName
{
background-color: #807BBF;
}
</style>
border-color css
<style>
span { border-color: #807BBF; }
span { border-color: rgb(128,123,191); }
td.TdClassName
{
border-color: #807BBF;
}
.TagClassName
{
border-color: #807BBF;
}
</style>