Shades of Moody Blue #827FD4
Tints of Moody Blue #827FD4
RGB
CMYK
RGB Variations
Color information
#827FD4 (or 0x827FD4) is known color: Moody Blue. HEX triplet: 82, 7F and D4. RGB value is (130,127,212). Sum of RGB (Red+Green+Blue) = 130+127+212=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #827FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FD4 is #7D802B. Grayscale: #898989. Windows color (decimal): -8224812 or 13926274. OLE color: 13926274.
HSL color Cylindrical-coordinate representation of color #827FD4: hue angle of 242.12º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827FD4 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 127 | 212 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.17 |
| HSL | 242.12º | 0.5% | 0.66% | - |
| HSV(B) | 242.12º | 0.4% | 0.83% | - |
| XYZ | 28.68 | 24.68 | 65.54 | - |
| YUV | 137.59 | 169.99 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 212 | 0.39 | 0.40 | 0 | 0.17 | 242.12 | 0.5 | 0.66 |
| Hex | 82 | 7F | D4 | 27 | 28 | 0 | 11 | F2 | 32 | 42 |
| Octal | 202 | 177 | 324 | 47 | 50 | 0 | 21 | 362 | 62 | 102 |
| Binary | 10000010 | 1111111 | 11010100 | 100111 | 101000 | 0 | 10001 | 11110010 | 110010 | 1000010 |
Color Harmonies of #827FD4
Complementary color
Monochromatic Colors of #827FD4
Black with #827FD4
Text Example
Text Example
White with #827FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FD4; }
p { color: rgb(130,127,212); }
H1.HeaderClassName
{
color: #827FD4;
}
.AnyTagClassName
{
color: #827FD4;
}
</style>
background-color css
<style>
a { background-color: #827FD4; }
a { background-color: rgb(130,127,212); }
div.DivClassName
{
background-color: #827FD4;
}
.BgClassName
{
background-color: #827FD4;
}
</style>
border-color css
<style>
span { border-color: #827FD4; }
span { border-color: rgb(130,127,212); }
td.TdClassName
{
border-color: #827FD4;
}
.TagClassName
{
border-color: #827FD4;
}
</style>