Shades of Moody Blue #8270CF
Tints of Moody Blue #8270CF
RGB
CMYK
RGB Variations
Color information
#8270CF (or 0x8270CF) is known color: Moody Blue. HEX triplet: 82, 70 and CF. RGB value is (130,112,207). Sum of RGB (Red+Green+Blue) = 130+112+207=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #8270CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270CF is #7D8F30. Grayscale: #7F7F7F. Windows color (decimal): -8228657 or 13594754. OLE color: 13594754.
HSL color Cylindrical-coordinate representation of color #8270CF: hue angle of 251.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8270CF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 112 | 207 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.19 |
| HSL | 251.37º | 0.5% | 0.63% | - |
| HSV(B) | 251.37º | 0.46% | 0.81% | - |
| XYZ | 26.26 | 20.84 | 61.67 | - |
| YUV | 128.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 207 | 0.37 | 0.46 | 0 | 0.19 | 251.37 | 0.5 | 0.63 |
| Hex | 82 | 70 | CF | 25 | 2E | 0 | 13 | FB | 32 | 3F |
| Octal | 202 | 160 | 317 | 45 | 56 | 0 | 23 | 373 | 62 | 77 |
| Binary | 10000010 | 1110000 | 11001111 | 100101 | 101110 | 0 | 10011 | 11111011 | 110010 | 111111 |
Color Harmonies of #8270CF
Complementary color
Monochromatic Colors of #8270CF
Black with #8270CF
Text Example
Text Example
White with #8270CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8270CF; }
p { color: rgb(130,112,207); }
H1.HeaderClassName
{
color: #8270CF;
}
.AnyTagClassName
{
color: #8270CF;
}
</style>
background-color css
<style>
a { background-color: #8270CF; }
a { background-color: rgb(130,112,207); }
div.DivClassName
{
background-color: #8270CF;
}
.BgClassName
{
background-color: #8270CF;
}
</style>
border-color css
<style>
span { border-color: #8270CF; }
span { border-color: rgb(130,112,207); }
td.TdClassName
{
border-color: #8270CF;
}
.TagClassName
{
border-color: #8270CF;
}
</style>