Shades of Moody Blue #8481D7
Tints of Moody Blue #8481D7
RGB
CMYK
RGB Variations
Color information
#8481D7 (or 0x8481D7) is known color: Moody Blue. HEX triplet: 84, 81 and D7. RGB value is (132,129,215). Sum of RGB (Red+Green+Blue) = 132+129+215=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #8481D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8481D7 is #7B7E28. Grayscale: #8B8B8B. Windows color (decimal): -8093225 or 14123396. OLE color: 14123396.
HSL color Cylindrical-coordinate representation of color #8481D7: hue angle of 242.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8481D7 is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 129 | 215 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.16 |
| HSL | 242.09º | 0.52% | 0.67% | - |
| HSV(B) | 242.09º | 0.4% | 0.84% | - |
| XYZ | 29.63 | 25.51 | 67.65 | - |
| YUV | 139.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 215 | 0.39 | 0.4 | 0 | 0.16 | 242.09 | 0.52 | 0.67 |
| Hex | 84 | 81 | D7 | 27 | 28 | 0 | 10 | F2 | 34 | 43 |
| Octal | 204 | 201 | 327 | 47 | 50 | 0 | 20 | 362 | 64 | 103 |
| Binary | 10000100 | 10000001 | 11010111 | 100111 | 101000 | 0 | 10000 | 11110010 | 110100 | 1000011 |
Color Harmonies of #8481D7
Complementary color
Monochromatic Colors of #8481D7
Black with #8481D7
Text Example
Text Example
White with #8481D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8481D7; }
p { color: rgb(132,129,215); }
H1.HeaderClassName
{
color: #8481D7;
}
.AnyTagClassName
{
color: #8481D7;
}
</style>
background-color css
<style>
a { background-color: #8481D7; }
a { background-color: rgb(132,129,215); }
div.DivClassName
{
background-color: #8481D7;
}
.BgClassName
{
background-color: #8481D7;
}
</style>
border-color css
<style>
span { border-color: #8481D7; }
span { border-color: rgb(132,129,215); }
td.TdClassName
{
border-color: #8481D7;
}
.TagClassName
{
border-color: #8481D7;
}
</style>