Shades of Moody Blue #8B7BBF
Tints of Moody Blue #8B7BBF
RGB
CMYK
RGB Variations
Color information
#8B7BBF (or 0x8B7BBF) is known color: Moody Blue. HEX triplet: 8B, 7B and BF. RGB value is (139,123,191). Sum of RGB (Red+Green+Blue) = 139+123+191=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B7BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BBF is #748440. Grayscale: #878787. Windows color (decimal): -7636033 or 12549003. OLE color: 12549003.
HSL color Cylindrical-coordinate representation of color #8B7BBF: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7BBF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 123 | 191 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.25 |
| HSL | 254.12º | 0.35% | 0.62% | - |
| HSV(B) | 254.12º | 0.36% | 0.75% | - |
| XYZ | 27.13 | 23.42 | 52.38 | - |
| YUV | 135.54 | 159.3 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 123 | 191 | 0.27 | 0.36 | 0 | 0.25 | 254.12 | 0.35 | 0.62 |
| Hex | 8B | 7B | BF | 1B | 24 | 0 | 19 | FE | 23 | 3E |
| Octal | 213 | 173 | 277 | 33 | 44 | 0 | 31 | 376 | 43 | 76 |
| Binary | 10001011 | 1111011 | 10111111 | 11011 | 100100 | 0 | 11001 | 11111110 | 100011 | 111110 |
Color Harmonies of #8B7BBF
Complementary color
Monochromatic Colors of #8B7BBF
Black with #8B7BBF
Text Example
Text Example
White with #8B7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7BBF; }
p { color: rgb(139,123,191); }
H1.HeaderClassName
{
color: #8B7BBF;
}
.AnyTagClassName
{
color: #8B7BBF;
}
</style>
background-color css
<style>
a { background-color: #8B7BBF; }
a { background-color: rgb(139,123,191); }
div.DivClassName
{
background-color: #8B7BBF;
}
.BgClassName
{
background-color: #8B7BBF;
}
</style>
border-color css
<style>
span { border-color: #8B7BBF; }
span { border-color: rgb(139,123,191); }
td.TdClassName
{
border-color: #8B7BBF;
}
.TagClassName
{
border-color: #8B7BBF;
}
</style>