Shades of Moody Blue #807FB6
Tints of Moody Blue #807FB6
RGB
CMYK
RGB Variations
Color information
#807FB6 (or 0x807FB6) is known color: Moody Blue. HEX triplet: 80, 7F and B6. RGB value is (128,127,182). Sum of RGB (Red+Green+Blue) = 128+127+182=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #807FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FB6 is #7F8049. Grayscale: #858585. Windows color (decimal): -8355914 or 11960192. OLE color: 11960192.
HSL color Cylindrical-coordinate representation of color #807FB6: hue angle of 241.09º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #807FB6 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 127 | 182 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.29 |
| HSL | 241.09º | 0.27% | 0.61% | - |
| HSV(B) | 241.09º | 0.3% | 0.71% | - |
| XYZ | 24.93 | 23.15 | 47.41 | - |
| YUV | 133.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 182 | 0.30 | 0.30 | 0 | 0.29 | 241.09 | 0.27 | 0.61 |
| Hex | 80 | 7F | B6 | 1E | 1E | 0 | 1D | F1 | 1B | 3D |
| Octal | 200 | 177 | 266 | 36 | 36 | 0 | 35 | 361 | 33 | 75 |
| Binary | 10000000 | 1111111 | 10110110 | 11110 | 11110 | 0 | 11101 | 11110001 | 11011 | 111101 |
Color Harmonies of #807FB6
Complementary color
Monochromatic Colors of #807FB6
Black with #807FB6
Text Example
Text Example
White with #807FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807FB6; }
p { color: rgb(128,127,182); }
H1.HeaderClassName
{
color: #807FB6;
}
.AnyTagClassName
{
color: #807FB6;
}
</style>
background-color css
<style>
a { background-color: #807FB6; }
a { background-color: rgb(128,127,182); }
div.DivClassName
{
background-color: #807FB6;
}
.BgClassName
{
background-color: #807FB6;
}
</style>
border-color css
<style>
span { border-color: #807FB6; }
span { border-color: rgb(128,127,182); }
td.TdClassName
{
border-color: #807FB6;
}
.TagClassName
{
border-color: #807FB6;
}
</style>