Shades of Moody Blue #8B7FCB
Tints of Moody Blue #8B7FCB
RGB
CMYK
RGB Variations
Color information
#8B7FCB (or 0x8B7FCB) is known color: Moody Blue. HEX triplet: 8B, 7F and CB. RGB value is (139,127,203). Sum of RGB (Red+Green+Blue) = 139+127+203=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7FCB is #748034. Grayscale: #8A8A8A. Windows color (decimal): -7634997 or 13336459. OLE color: 13336459.
HSL color Cylindrical-coordinate representation of color #8B7FCB: hue angle of 249.47º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7FCB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 127 | 203 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.20 |
| HSL | 249.47º | 0.42% | 0.65% | - |
| HSV(B) | 249.47º | 0.37% | 0.8% | - |
| XYZ | 29.02 | 24.98 | 59.79 | - |
| YUV | 139.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 127 | 203 | 0.32 | 0.37 | 0 | 0.20 | 249.47 | 0.42 | 0.65 |
| Hex | 8B | 7F | CB | 20 | 25 | 0 | 14 | F9 | 2A | 41 |
| Octal | 213 | 177 | 313 | 40 | 45 | 0 | 24 | 371 | 52 | 101 |
| Binary | 10001011 | 1111111 | 11001011 | 100000 | 100101 | 0 | 10100 | 11111001 | 101010 | 1000001 |
Color Harmonies of #8B7FCB
Complementary color
Monochromatic Colors of #8B7FCB
Black with #8B7FCB
Text Example
Text Example
White with #8B7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7FCB; }
p { color: rgb(139,127,203); }
H1.HeaderClassName
{
color: #8B7FCB;
}
.AnyTagClassName
{
color: #8B7FCB;
}
</style>
background-color css
<style>
a { background-color: #8B7FCB; }
a { background-color: rgb(139,127,203); }
div.DivClassName
{
background-color: #8B7FCB;
}
.BgClassName
{
background-color: #8B7FCB;
}
</style>
border-color css
<style>
span { border-color: #8B7FCB; }
span { border-color: rgb(139,127,203); }
td.TdClassName
{
border-color: #8B7FCB;
}
.TagClassName
{
border-color: #8B7FCB;
}
</style>