Shades of Moody Blue #8481C1
Tints of Moody Blue #8481C1
RGB
CMYK
RGB Variations
Color information
#8481C1 (or 0x8481C1) is known color: Moody Blue. HEX triplet: 84, 81 and C1. RGB value is (132,129,193). Sum of RGB (Red+Green+Blue) = 132+129+193=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #8481C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481C1 is #7B7E3E. Grayscale: #888888. Windows color (decimal): -8093247 or 12681604. OLE color: 12681604.
HSL color Cylindrical-coordinate representation of color #8481C1: hue angle of 242.81º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8481C1 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 129 | 193 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.24 |
| HSL | 242.81º | 0.34% | 0.63% | - |
| HSV(B) | 242.81º | 0.33% | 0.76% | - |
| XYZ | 26.99 | 24.46 | 53.75 | - |
| YUV | 137.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 193 | 0.32 | 0.33 | 0 | 0.24 | 242.81 | 0.34 | 0.63 |
| Hex | 84 | 81 | C1 | 20 | 21 | 0 | 18 | F3 | 22 | 3F |
| Octal | 204 | 201 | 301 | 40 | 41 | 0 | 30 | 363 | 42 | 77 |
| Binary | 10000100 | 10000001 | 11000001 | 100000 | 100001 | 0 | 11000 | 11110011 | 100010 | 111111 |
Color Harmonies of #8481C1
Complementary color
Monochromatic Colors of #8481C1
Black with #8481C1
Text Example
Text Example
White with #8481C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481C1; }
p { color: rgb(132,129,193); }
H1.HeaderClassName
{
color: #8481C1;
}
.AnyTagClassName
{
color: #8481C1;
}
</style>
background-color css
<style>
a { background-color: #8481C1; }
a { background-color: rgb(132,129,193); }
div.DivClassName
{
background-color: #8481C1;
}
.BgClassName
{
background-color: #8481C1;
}
</style>
border-color css
<style>
span { border-color: #8481C1; }
span { border-color: rgb(132,129,193); }
td.TdClassName
{
border-color: #8481C1;
}
.TagClassName
{
border-color: #8481C1;
}
</style>