Shades of Moody Blue #827BCB
Tints of Moody Blue #827BCB
RGB
CMYK
RGB Variations
Color information
#827BCB (or 0x827BCB) is known color: Moody Blue. HEX triplet: 82, 7B and CB. RGB value is (130,123,203). Sum of RGB (Red+Green+Blue) = 130+123+203=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #827BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCB is #7D8434. Grayscale: #858585. Windows color (decimal): -8225845 or 13335426. OLE color: 13335426.
HSL color Cylindrical-coordinate representation of color #827BCB: hue angle of 245.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827BCB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 123 | 203 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.20 |
| HSL | 245.25º | 0.43% | 0.64% | - |
| HSV(B) | 245.25º | 0.39% | 0.8% | - |
| XYZ | 27.07 | 23.22 | 59.56 | - |
| YUV | 134.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 203 | 0.36 | 0.39 | 0 | 0.20 | 245.25 | 0.43 | 0.64 |
| Hex | 82 | 7B | CB | 24 | 27 | 0 | 14 | F5 | 2B | 40 |
| Octal | 202 | 173 | 313 | 44 | 47 | 0 | 24 | 365 | 53 | 100 |
| Binary | 10000010 | 1111011 | 11001011 | 100100 | 100111 | 0 | 10100 | 11110101 | 101011 | 1000000 |
Color Harmonies of #827BCB
Complementary color
Monochromatic Colors of #827BCB
Black with #827BCB
Text Example
Text Example
White with #827BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BCB; }
p { color: rgb(130,123,203); }
H1.HeaderClassName
{
color: #827BCB;
}
.AnyTagClassName
{
color: #827BCB;
}
</style>
background-color css
<style>
a { background-color: #827BCB; }
a { background-color: rgb(130,123,203); }
div.DivClassName
{
background-color: #827BCB;
}
.BgClassName
{
background-color: #827BCB;
}
</style>
border-color css
<style>
span { border-color: #827BCB; }
span { border-color: rgb(130,123,203); }
td.TdClassName
{
border-color: #827BCB;
}
.TagClassName
{
border-color: #827BCB;
}
</style>