Shades of Moody Blue #8B79CA
Tints of Moody Blue #8B79CA
RGB
CMYK
RGB Variations
Color information
#8B79CA (or 0x8B79CA) is known color: Moody Blue. HEX triplet: 8B, 79 and CA. RGB value is (139,121,202). Sum of RGB (Red+Green+Blue) = 139+121+202=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B79CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B79CA is #748635. Grayscale: #878787. Windows color (decimal): -7636534 or 13269387. OLE color: 13269387.
HSL color Cylindrical-coordinate representation of color #8B79CA: hue angle of 253.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B79CA is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 121 | 202 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.21 |
| HSL | 253.33º | 0.43% | 0.63% | - |
| HSV(B) | 253.33º | 0.4% | 0.79% | - |
| XYZ | 28.15 | 23.43 | 58.92 | - |
| YUV | 135.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 121 | 202 | 0.31 | 0.40 | 0 | 0.21 | 253.33 | 0.43 | 0.63 |
| Hex | 8B | 79 | CA | 1F | 28 | 0 | 15 | FD | 2B | 3F |
| Octal | 213 | 171 | 312 | 37 | 50 | 0 | 25 | 375 | 53 | 77 |
| Binary | 10001011 | 1111001 | 11001010 | 11111 | 101000 | 0 | 10101 | 11111101 | 101011 | 111111 |
Color Harmonies of #8B79CA
Complementary color
Monochromatic Colors of #8B79CA
Black with #8B79CA
Text Example
Text Example
White with #8B79CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B79CA; }
p { color: rgb(139,121,202); }
H1.HeaderClassName
{
color: #8B79CA;
}
.AnyTagClassName
{
color: #8B79CA;
}
</style>
background-color css
<style>
a { background-color: #8B79CA; }
a { background-color: rgb(139,121,202); }
div.DivClassName
{
background-color: #8B79CA;
}
.BgClassName
{
background-color: #8B79CA;
}
</style>
border-color css
<style>
span { border-color: #8B79CA; }
span { border-color: rgb(139,121,202); }
td.TdClassName
{
border-color: #8B79CA;
}
.TagClassName
{
border-color: #8B79CA;
}
</style>