Shades of Moody Blue #807BBC
Tints of Moody Blue #807BBC
RGB
CMYK
RGB Variations
Color information
#807BBC (or 0x807BBC) is known color: Moody Blue. HEX triplet: 80, 7B and BC. RGB value is (128,123,188). Sum of RGB (Red+Green+Blue) = 128+123+188=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #807BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBC is #7F8443. Grayscale: #838383. Windows color (decimal): -8356932 or 12352384. OLE color: 12352384.
HSL color Cylindrical-coordinate representation of color #807BBC: hue angle of 244.62º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807BBC is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 123 | 188 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.26 |
| HSL | 244.62º | 0.33% | 0.61% | - |
| HSV(B) | 244.62º | 0.35% | 0.74% | - |
| XYZ | 25.06 | 22.39 | 50.58 | - |
| YUV | 131.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 188 | 0.32 | 0.35 | 0 | 0.26 | 244.62 | 0.33 | 0.61 |
| Hex | 80 | 7B | BC | 20 | 23 | 0 | 1A | F5 | 21 | 3D |
| Octal | 200 | 173 | 274 | 40 | 43 | 0 | 32 | 365 | 41 | 75 |
| Binary | 10000000 | 1111011 | 10111100 | 100000 | 100011 | 0 | 11010 | 11110101 | 100001 | 111101 |
Color Harmonies of #807BBC
Complementary color
Monochromatic Colors of #807BBC
Black with #807BBC
Text Example
Text Example
White with #807BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BBC; }
p { color: rgb(128,123,188); }
H1.HeaderClassName
{
color: #807BBC;
}
.AnyTagClassName
{
color: #807BBC;
}
</style>
background-color css
<style>
a { background-color: #807BBC; }
a { background-color: rgb(128,123,188); }
div.DivClassName
{
background-color: #807BBC;
}
.BgClassName
{
background-color: #807BBC;
}
</style>
border-color css
<style>
span { border-color: #807BBC; }
span { border-color: rgb(128,123,188); }
td.TdClassName
{
border-color: #807BBC;
}
.TagClassName
{
border-color: #807BBC;
}
</style>