Shades of Moody Blue #827CC3
Tints of Moody Blue #827CC3
RGB
CMYK
RGB Variations
Color information
#827CC3 (or 0x827CC3) is known color: Moody Blue. HEX triplet: 82, 7C and C3. RGB value is (130,124,195). Sum of RGB (Red+Green+Blue) = 130+124+195=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #827CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827CC3 is #7D833C. Grayscale: #858585. Windows color (decimal): -8225597 or 12811394. OLE color: 12811394.
HSL color Cylindrical-coordinate representation of color #827CC3: hue angle of 245.07º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827CC3 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 124 | 195 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.24 |
| HSL | 245.07º | 0.37% | 0.63% | - |
| HSV(B) | 245.07º | 0.36% | 0.76% | - |
| XYZ | 26.26 | 23.1 | 54.7 | - |
| YUV | 133.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 195 | 0.33 | 0.36 | 0 | 0.24 | 245.07 | 0.37 | 0.63 |
| Hex | 82 | 7C | C3 | 21 | 24 | 0 | 18 | F5 | 25 | 3F |
| Octal | 202 | 174 | 303 | 41 | 44 | 0 | 30 | 365 | 45 | 77 |
| Binary | 10000010 | 1111100 | 11000011 | 100001 | 100100 | 0 | 11000 | 11110101 | 100101 | 111111 |
Color Harmonies of #827CC3
Complementary color
Monochromatic Colors of #827CC3
Black with #827CC3
Text Example
Text Example
White with #827CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CC3; }
p { color: rgb(130,124,195); }
H1.HeaderClassName
{
color: #827CC3;
}
.AnyTagClassName
{
color: #827CC3;
}
</style>
background-color css
<style>
a { background-color: #827CC3; }
a { background-color: rgb(130,124,195); }
div.DivClassName
{
background-color: #827CC3;
}
.BgClassName
{
background-color: #827CC3;
}
</style>
border-color css
<style>
span { border-color: #827CC3; }
span { border-color: rgb(130,124,195); }
td.TdClassName
{
border-color: #827CC3;
}
.TagClassName
{
border-color: #827CC3;
}
</style>