Shades of Moody Blue #807BBD
Tints of Moody Blue #807BBD
RGB
CMYK
RGB Variations
Color information
#807BBD (or 0x807BBD) is known color: Moody Blue. HEX triplet: 80, 7B and BD. RGB value is (128,123,189). Sum of RGB (Red+Green+Blue) = 128+123+189=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #807BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBD is #7F8442. Grayscale: #838383. Windows color (decimal): -8356931 or 12417920. OLE color: 12417920.
HSL color Cylindrical-coordinate representation of color #807BBD: hue angle of 244.55º 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 #807BBD is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 123 | 189 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.26 |
| HSL | 244.55º | 0.33% | 0.61% | - |
| HSV(B) | 244.55º | 0.35% | 0.74% | - |
| XYZ | 25.17 | 22.43 | 51.15 | - |
| YUV | 132.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 189 | 0.32 | 0.35 | 0 | 0.26 | 244.55 | 0.33 | 0.61 |
| Hex | 80 | 7B | BD | 20 | 23 | 0 | 1A | F5 | 21 | 3D |
| Octal | 200 | 173 | 275 | 40 | 43 | 0 | 32 | 365 | 41 | 75 |
| Binary | 10000000 | 1111011 | 10111101 | 100000 | 100011 | 0 | 11010 | 11110101 | 100001 | 111101 |
Color Harmonies of #807BBD
Complementary color
Monochromatic Colors of #807BBD
Black with #807BBD
Text Example
Text Example
White with #807BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807BBD; }
p { color: rgb(128,123,189); }
H1.HeaderClassName
{
color: #807BBD;
}
.AnyTagClassName
{
color: #807BBD;
}
</style>
background-color css
<style>
a { background-color: #807BBD; }
a { background-color: rgb(128,123,189); }
div.DivClassName
{
background-color: #807BBD;
}
.BgClassName
{
background-color: #807BBD;
}
</style>
border-color css
<style>
span { border-color: #807BBD; }
span { border-color: rgb(128,123,189); }
td.TdClassName
{
border-color: #807BBD;
}
.TagClassName
{
border-color: #807BBD;
}
</style>