Shades of Moody Blue #8281CF
Tints of Moody Blue #8281CF
RGB
CMYK
RGB Variations
Color information
#8281CF (or 0x8281CF) is known color: Moody Blue. HEX triplet: 82, 81 and CF. RGB value is (130,129,207). Sum of RGB (Red+Green+Blue) = 130+129+207=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8281CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8281CF is #7D7E30. Grayscale: #898989. Windows color (decimal): -8224305 or 13599106. OLE color: 13599106.
HSL color Cylindrical-coordinate representation of color #8281CF: hue angle of 240.77º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8281CF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 129 | 207 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.19 |
| HSL | 240.77º | 0.45% | 0.66% | - |
| HSV(B) | 240.77º | 0.38% | 0.81% | - |
| XYZ | 28.32 | 24.95 | 62.36 | - |
| YUV | 138.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 207 | 0.37 | 0.38 | 0 | 0.19 | 240.77 | 0.45 | 0.66 |
| Hex | 82 | 81 | CF | 25 | 26 | 0 | 13 | F1 | 2D | 42 |
| Octal | 202 | 201 | 317 | 45 | 46 | 0 | 23 | 361 | 55 | 102 |
| Binary | 10000010 | 10000001 | 11001111 | 100101 | 100110 | 0 | 10011 | 11110001 | 101101 | 1000010 |
Color Harmonies of #8281CF
Complementary color
Monochromatic Colors of #8281CF
Black with #8281CF
Text Example
Text Example
White with #8281CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8281CF; }
p { color: rgb(130,129,207); }
H1.HeaderClassName
{
color: #8281CF;
}
.AnyTagClassName
{
color: #8281CF;
}
</style>
background-color css
<style>
a { background-color: #8281CF; }
a { background-color: rgb(130,129,207); }
div.DivClassName
{
background-color: #8281CF;
}
.BgClassName
{
background-color: #8281CF;
}
</style>
border-color css
<style>
span { border-color: #8281CF; }
span { border-color: rgb(130,129,207); }
td.TdClassName
{
border-color: #8281CF;
}
.TagClassName
{
border-color: #8281CF;
}
</style>