Shades of Moody Blue #8B7FBA
Tints of Moody Blue #8B7FBA
RGB
CMYK
RGB Variations
Color information
#8B7FBA (or 0x8B7FBA) is known color: Moody Blue. HEX triplet: 8B, 7F and BA. RGB value is (139,127,186). Sum of RGB (Red+Green+Blue) = 139+127+186=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B7FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FBA is #748045. Grayscale: #898989. Windows color (decimal): -7635014 or 12222347. OLE color: 12222347.
HSL color Cylindrical-coordinate representation of color #8B7FBA: hue angle of 252.2º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7FBA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 127 | 186 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.27 |
| HSL | 252.2º | 0.3% | 0.61% | - |
| HSV(B) | 252.2º | 0.32% | 0.73% | - |
| XYZ | 27.1 | 24.21 | 49.7 | - |
| YUV | 137.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 186 | 0.25 | 0.32 | 0 | 0.27 | 252.2 | 0.3 | 0.61 |
| Hex | 8B | 7F | BA | 19 | 20 | 0 | 1B | FC | 1E | 3D |
| Octal | 213 | 177 | 272 | 31 | 40 | 0 | 33 | 374 | 36 | 75 |
| Binary | 10001011 | 1111111 | 10111010 | 11001 | 100000 | 0 | 11011 | 11111100 | 11110 | 111101 |
Color Harmonies of #8B7FBA
Complementary color
Monochromatic Colors of #8B7FBA
Black with #8B7FBA
Text Example
Text Example
White with #8B7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FBA; }
p { color: rgb(139,127,186); }
H1.HeaderClassName
{
color: #8B7FBA;
}
.AnyTagClassName
{
color: #8B7FBA;
}
</style>
background-color css
<style>
a { background-color: #8B7FBA; }
a { background-color: rgb(139,127,186); }
div.DivClassName
{
background-color: #8B7FBA;
}
.BgClassName
{
background-color: #8B7FBA;
}
</style>
border-color css
<style>
span { border-color: #8B7FBA; }
span { border-color: rgb(139,127,186); }
td.TdClassName
{
border-color: #8B7FBA;
}
.TagClassName
{
border-color: #8B7FBA;
}
</style>