Shades of Moody Blue #8482CB
Tints of Moody Blue #8482CB
RGB
CMYK
RGB Variations
Color information
#8482CB (or 0x8482CB) is known color: Moody Blue. HEX triplet: 84, 82 and CB. RGB value is (132,130,203). Sum of RGB (Red+Green+Blue) = 132+130+203=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #8482CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482CB is #7B7D34. Grayscale: #8A8A8A. Windows color (decimal): -8092981 or 13337220. OLE color: 13337220.
HSL color Cylindrical-coordinate representation of color #8482CB: hue angle of 241.64º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8482CB is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 130 | 203 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.20 |
| HSL | 241.64º | 0.41% | 0.65% | - |
| HSV(B) | 241.64º | 0.36% | 0.8% | - |
| XYZ | 28.28 | 25.18 | 59.87 | - |
| YUV | 138.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 203 | 0.35 | 0.36 | 0 | 0.20 | 241.64 | 0.41 | 0.65 |
| Hex | 84 | 82 | CB | 23 | 24 | 0 | 14 | F2 | 29 | 41 |
| Octal | 204 | 202 | 313 | 43 | 44 | 0 | 24 | 362 | 51 | 101 |
| Binary | 10000100 | 10000010 | 11001011 | 100011 | 100100 | 0 | 10100 | 11110010 | 101001 | 1000001 |
Color Harmonies of #8482CB
Complementary color
Monochromatic Colors of #8482CB
Black with #8482CB
Text Example
Text Example
White with #8482CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8482CB; }
p { color: rgb(132,130,203); }
H1.HeaderClassName
{
color: #8482CB;
}
.AnyTagClassName
{
color: #8482CB;
}
</style>
background-color css
<style>
a { background-color: #8482CB; }
a { background-color: rgb(132,130,203); }
div.DivClassName
{
background-color: #8482CB;
}
.BgClassName
{
background-color: #8482CB;
}
</style>
border-color css
<style>
span { border-color: #8482CB; }
span { border-color: rgb(132,130,203); }
td.TdClassName
{
border-color: #8482CB;
}
.TagClassName
{
border-color: #8482CB;
}
</style>