Shades of Moody Blue #8C7FCF
Tints of Moody Blue #8C7FCF
RGB
CMYK
RGB Variations
Color information
#8C7FCF (or 0x8C7FCF) is known color: Moody Blue. HEX triplet: 8C, 7F and CF. RGB value is (140,127,207). Sum of RGB (Red+Green+Blue) = 140+127+207=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7FCF is #738030. Grayscale: #8B8B8B. Windows color (decimal): -7569457 or 13598604. OLE color: 13598604.
HSL color Cylindrical-coordinate representation of color #8C7FCF: hue angle of 249.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7FCF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 127 | 207 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.19 |
| HSL | 249.75º | 0.45% | 0.65% | - |
| HSV(B) | 249.75º | 0.39% | 0.81% | - |
| XYZ | 29.67 | 25.26 | 62.34 | - |
| YUV | 140.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 207 | 0.32 | 0.39 | 0 | 0.19 | 249.75 | 0.45 | 0.65 |
| Hex | 8C | 7F | CF | 20 | 27 | 0 | 13 | FA | 2D | 41 |
| Octal | 214 | 177 | 317 | 40 | 47 | 0 | 23 | 372 | 55 | 101 |
| Binary | 10001100 | 1111111 | 11001111 | 100000 | 100111 | 0 | 10011 | 11111010 | 101101 | 1000001 |
Color Harmonies of #8C7FCF
Complementary color
Monochromatic Colors of #8C7FCF
Black with #8C7FCF
Text Example
Text Example
White with #8C7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7FCF; }
p { color: rgb(140,127,207); }
H1.HeaderClassName
{
color: #8C7FCF;
}
.AnyTagClassName
{
color: #8C7FCF;
}
</style>
background-color css
<style>
a { background-color: #8C7FCF; }
a { background-color: rgb(140,127,207); }
div.DivClassName
{
background-color: #8C7FCF;
}
.BgClassName
{
background-color: #8C7FCF;
}
</style>
border-color css
<style>
span { border-color: #8C7FCF; }
span { border-color: rgb(140,127,207); }
td.TdClassName
{
border-color: #8C7FCF;
}
.TagClassName
{
border-color: #8C7FCF;
}
</style>