Shades of Moody Blue #807FB4
Tints of Moody Blue #807FB4
RGB
CMYK
RGB Variations
Color information
#807FB4 (or 0x807FB4) is known color: Moody Blue. HEX triplet: 80, 7F and B4. RGB value is (128,127,180). Sum of RGB (Red+Green+Blue) = 128+127+180=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #807FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FB4 is #7F804B. Grayscale: #858585. Windows color (decimal): -8355916 or 11829120. OLE color: 11829120.
HSL color Cylindrical-coordinate representation of color #807FB4: hue angle of 241.13º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807FB4 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 127 | 180 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.29 |
| HSL | 241.13º | 0.26% | 0.6% | - |
| HSV(B) | 241.13º | 0.29% | 0.71% | - |
| XYZ | 24.73 | 23.06 | 46.33 | - |
| YUV | 133.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 180 | 0.29 | 0.29 | 0 | 0.29 | 241.13 | 0.26 | 0.6 |
| Hex | 80 | 7F | B4 | 1D | 1D | 0 | 1D | F1 | 1A | 3C |
| Octal | 200 | 177 | 264 | 35 | 35 | 0 | 35 | 361 | 32 | 74 |
| Binary | 10000000 | 1111111 | 10110100 | 11101 | 11101 | 0 | 11101 | 11110001 | 11010 | 111100 |
Color Harmonies of #807FB4
Complementary color
Monochromatic Colors of #807FB4
Black with #807FB4
Text Example
Text Example
White with #807FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FB4; }
p { color: rgb(128,127,180); }
H1.HeaderClassName
{
color: #807FB4;
}
.AnyTagClassName
{
color: #807FB4;
}
</style>
background-color css
<style>
a { background-color: #807FB4; }
a { background-color: rgb(128,127,180); }
div.DivClassName
{
background-color: #807FB4;
}
.BgClassName
{
background-color: #807FB4;
}
</style>
border-color css
<style>
span { border-color: #807FB4; }
span { border-color: rgb(128,127,180); }
td.TdClassName
{
border-color: #807FB4;
}
.TagClassName
{
border-color: #807FB4;
}
</style>