Shades of Moody Blue #827BBA
Tints of Moody Blue #827BBA
RGB
CMYK
RGB Variations
Color information
#827BBA (or 0x827BBA) is known color: Moody Blue. HEX triplet: 82, 7B and BA. RGB value is (130,123,186). Sum of RGB (Red+Green+Blue) = 130+123+186=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #827BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BBA is #7D8445. Grayscale: #848484. Windows color (decimal): -8225862 or 12221314. OLE color: 12221314.
HSL color Cylindrical-coordinate representation of color #827BBA: hue angle of 246.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827BBA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 123 | 186 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.27 |
| HSL | 246.67º | 0.31% | 0.61% | - |
| HSV(B) | 246.67º | 0.34% | 0.73% | - |
| XYZ | 25.15 | 22.46 | 49.46 | - |
| YUV | 132.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 186 | 0.30 | 0.34 | 0 | 0.27 | 246.67 | 0.31 | 0.61 |
| Hex | 82 | 7B | BA | 1E | 22 | 0 | 1B | F7 | 1F | 3D |
| Octal | 202 | 173 | 272 | 36 | 42 | 0 | 33 | 367 | 37 | 75 |
| Binary | 10000010 | 1111011 | 10111010 | 11110 | 100010 | 0 | 11011 | 11110111 | 11111 | 111101 |
Color Harmonies of #827BBA
Complementary color
Monochromatic Colors of #827BBA
Black with #827BBA
Text Example
Text Example
White with #827BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BBA; }
p { color: rgb(130,123,186); }
H1.HeaderClassName
{
color: #827BBA;
}
.AnyTagClassName
{
color: #827BBA;
}
</style>
background-color css
<style>
a { background-color: #827BBA; }
a { background-color: rgb(130,123,186); }
div.DivClassName
{
background-color: #827BBA;
}
.BgClassName
{
background-color: #827BBA;
}
</style>
border-color css
<style>
span { border-color: #827BBA; }
span { border-color: rgb(130,123,186); }
td.TdClassName
{
border-color: #827BBA;
}
.TagClassName
{
border-color: #827BBA;
}
</style>