Shades of Moody Blue #827FDF
Tints of Moody Blue #827FDF
RGB
CMYK
RGB Variations
Color information
#827FDF (or 0x827FDF) is known color: Moody Blue. HEX triplet: 82, 7F and DF. RGB value is (130,127,223). Sum of RGB (Red+Green+Blue) = 130+127+223=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #827FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FDF is #7D8020. Grayscale: #8A8A8A. Windows color (decimal): -8224801 or 14647170. OLE color: 14647170.
HSL color Cylindrical-coordinate representation of color #827FDF: hue angle of 241.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827FDF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 127 | 223 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.13 |
| HSL | 241.88º | 0.6% | 0.69% | - |
| HSV(B) | 241.88º | 0.43% | 0.87% | - |
| XYZ | 30.11 | 25.25 | 73.1 | - |
| YUV | 138.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 223 | 0.42 | 0.43 | 0 | 0.13 | 241.88 | 0.6 | 0.69 |
| Hex | 82 | 7F | DF | 2A | 2B | 0 | D | F2 | 3C | 45 |
| Octal | 202 | 177 | 337 | 52 | 53 | 0 | 15 | 362 | 74 | 105 |
| Binary | 10000010 | 1111111 | 11011111 | 101010 | 101011 | 0 | 1101 | 11110010 | 111100 | 1000101 |
Color Harmonies of #827FDF
Complementary color
Monochromatic Colors of #827FDF
Black with #827FDF
Text Example
Text Example
White with #827FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FDF; }
p { color: rgb(130,127,223); }
H1.HeaderClassName
{
color: #827FDF;
}
.AnyTagClassName
{
color: #827FDF;
}
</style>
background-color css
<style>
a { background-color: #827FDF; }
a { background-color: rgb(130,127,223); }
div.DivClassName
{
background-color: #827FDF;
}
.BgClassName
{
background-color: #827FDF;
}
</style>
border-color css
<style>
span { border-color: #827FDF; }
span { border-color: rgb(130,127,223); }
td.TdClassName
{
border-color: #827FDF;
}
.TagClassName
{
border-color: #827FDF;
}
</style>