Shades of Moody Blue #827DDA
Tints of Moody Blue #827DDA
RGB
CMYK
RGB Variations
Color information
#827DDA (or 0x827DDA) is known color: Moody Blue. HEX triplet: 82, 7D and DA. RGB value is (130,125,218). Sum of RGB (Red+Green+Blue) = 130+125+218=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #827DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DDA is #7D8225. Grayscale: #888888. Windows color (decimal): -8225318 or 14318978. OLE color: 14318978.
HSL color Cylindrical-coordinate representation of color #827DDA: hue angle of 243.23º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #827DDA is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 125 | 218 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.15 |
| HSL | 243.23º | 0.56% | 0.67% | - |
| HSV(B) | 243.23º | 0.43% | 0.85% | - |
| XYZ | 29.19 | 24.48 | 69.52 | - |
| YUV | 137.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 218 | 0.40 | 0.43 | 0 | 0.15 | 243.23 | 0.56 | 0.67 |
| Hex | 82 | 7D | DA | 28 | 2B | 0 | F | F3 | 38 | 43 |
| Octal | 202 | 175 | 332 | 50 | 53 | 0 | 17 | 363 | 70 | 103 |
| Binary | 10000010 | 1111101 | 11011010 | 101000 | 101011 | 0 | 1111 | 11110011 | 111000 | 1000011 |
Color Harmonies of #827DDA
Complementary color
Monochromatic Colors of #827DDA
Black with #827DDA
Text Example
Text Example
White with #827DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DDA; }
p { color: rgb(130,125,218); }
H1.HeaderClassName
{
color: #827DDA;
}
.AnyTagClassName
{
color: #827DDA;
}
</style>
background-color css
<style>
a { background-color: #827DDA; }
a { background-color: rgb(130,125,218); }
div.DivClassName
{
background-color: #827DDA;
}
.BgClassName
{
background-color: #827DDA;
}
</style>
border-color css
<style>
span { border-color: #827DDA; }
span { border-color: rgb(130,125,218); }
td.TdClassName
{
border-color: #827DDA;
}
.TagClassName
{
border-color: #827DDA;
}
</style>