Shades of Moody Blue #8C7FBF
Tints of Moody Blue #8C7FBF
RGB
CMYK
RGB Variations
Color information
#8C7FBF (or 0x8C7FBF) is known color: Moody Blue. HEX triplet: 8C, 7F and BF. RGB value is (140,127,191). Sum of RGB (Red+Green+Blue) = 140+127+191=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C7FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FBF is #738040. Grayscale: #898989. Windows color (decimal): -7569473 or 12550028. OLE color: 12550028.
HSL color Cylindrical-coordinate representation of color #8C7FBF: hue angle of 252.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C7FBF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 127 | 191 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.25 |
| HSL | 252.19º | 0.33% | 0.62% | - |
| HSV(B) | 252.19º | 0.34% | 0.75% | - |
| XYZ | 27.81 | 24.52 | 52.56 | - |
| YUV | 138.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 191 | 0.27 | 0.34 | 0 | 0.25 | 252.19 | 0.33 | 0.62 |
| Hex | 8C | 7F | BF | 1B | 22 | 0 | 19 | FC | 21 | 3E |
| Octal | 214 | 177 | 277 | 33 | 42 | 0 | 31 | 374 | 41 | 76 |
| Binary | 10001100 | 1111111 | 10111111 | 11011 | 100010 | 0 | 11001 | 11111100 | 100001 | 111110 |
Color Harmonies of #8C7FBF
Complementary color
Monochromatic Colors of #8C7FBF
Black with #8C7FBF
Text Example
Text Example
White with #8C7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FBF; }
p { color: rgb(140,127,191); }
H1.HeaderClassName
{
color: #8C7FBF;
}
.AnyTagClassName
{
color: #8C7FBF;
}
</style>
background-color css
<style>
a { background-color: #8C7FBF; }
a { background-color: rgb(140,127,191); }
div.DivClassName
{
background-color: #8C7FBF;
}
.BgClassName
{
background-color: #8C7FBF;
}
</style>
border-color css
<style>
span { border-color: #8C7FBF; }
span { border-color: rgb(140,127,191); }
td.TdClassName
{
border-color: #8C7FBF;
}
.TagClassName
{
border-color: #8C7FBF;
}
</style>