Shades of Moody Blue #8281D2
Tints of Moody Blue #8281D2
RGB
CMYK
RGB Variations
Color information
#8281D2 (or 0x8281D2) is known color: Moody Blue. HEX triplet: 82, 81 and D2. RGB value is (130,129,210). Sum of RGB (Red+Green+Blue) = 130+129+210=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #8281D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8281D2 is #7D7E2D. Grayscale: #8A8A8A. Windows color (decimal): -8224302 or 13795714. OLE color: 13795714.
HSL color Cylindrical-coordinate representation of color #8281D2: hue angle of 240.74º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8281D2 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 129 | 210 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.18 |
| HSL | 240.74º | 0.47% | 0.66% | - |
| HSV(B) | 240.74º | 0.39% | 0.82% | - |
| XYZ | 28.69 | 25.1 | 64.31 | - |
| YUV | 138.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 210 | 0.38 | 0.39 | 0 | 0.18 | 240.74 | 0.47 | 0.66 |
| Hex | 82 | 81 | D2 | 26 | 27 | 0 | 12 | F1 | 2F | 42 |
| Octal | 202 | 201 | 322 | 46 | 47 | 0 | 22 | 361 | 57 | 102 |
| Binary | 10000010 | 10000001 | 11010010 | 100110 | 100111 | 0 | 10010 | 11110001 | 101111 | 1000010 |
Color Harmonies of #8281D2
Complementary color
Monochromatic Colors of #8281D2
Black with #8281D2
Text Example
Text Example
White with #8281D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8281D2; }
p { color: rgb(130,129,210); }
H1.HeaderClassName
{
color: #8281D2;
}
.AnyTagClassName
{
color: #8281D2;
}
</style>
background-color css
<style>
a { background-color: #8281D2; }
a { background-color: rgb(130,129,210); }
div.DivClassName
{
background-color: #8281D2;
}
.BgClassName
{
background-color: #8281D2;
}
</style>
border-color css
<style>
span { border-color: #8281D2; }
span { border-color: rgb(130,129,210); }
td.TdClassName
{
border-color: #8281D2;
}
.TagClassName
{
border-color: #8281D2;
}
</style>