Shades of Moody Blue #8279CF
Tints of Moody Blue #8279CF
RGB
CMYK
RGB Variations
Color information
#8279CF (or 0x8279CF) is known color: Moody Blue. HEX triplet: 82, 79 and CF. RGB value is (130,121,207). Sum of RGB (Red+Green+Blue) = 130+121+207=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #8279CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279CF is #7D8630. Grayscale: #858585. Windows color (decimal): -8226353 or 13597058. OLE color: 13597058.
HSL color Cylindrical-coordinate representation of color #8279CF: hue angle of 246.28º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8279CF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 121 | 207 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.19 |
| HSL | 246.28º | 0.47% | 0.64% | - |
| HSV(B) | 246.28º | 0.42% | 0.81% | - |
| XYZ | 27.31 | 22.93 | 62.02 | - |
| YUV | 133.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 207 | 0.37 | 0.42 | 0 | 0.19 | 246.28 | 0.47 | 0.64 |
| Hex | 82 | 79 | CF | 25 | 2A | 0 | 13 | F6 | 2F | 40 |
| Octal | 202 | 171 | 317 | 45 | 52 | 0 | 23 | 366 | 57 | 100 |
| Binary | 10000010 | 1111001 | 11001111 | 100101 | 101010 | 0 | 10011 | 11110110 | 101111 | 1000000 |
Color Harmonies of #8279CF
Complementary color
Monochromatic Colors of #8279CF
Black with #8279CF
Text Example
Text Example
White with #8279CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8279CF; }
p { color: rgb(130,121,207); }
H1.HeaderClassName
{
color: #8279CF;
}
.AnyTagClassName
{
color: #8279CF;
}
</style>
background-color css
<style>
a { background-color: #8279CF; }
a { background-color: rgb(130,121,207); }
div.DivClassName
{
background-color: #8279CF;
}
.BgClassName
{
background-color: #8279CF;
}
</style>
border-color css
<style>
span { border-color: #8279CF; }
span { border-color: rgb(130,121,207); }
td.TdClassName
{
border-color: #8279CF;
}
.TagClassName
{
border-color: #8279CF;
}
</style>