Shades of Moody Blue #8682C9
Tints of Moody Blue #8682C9
RGB
CMYK
RGB Variations
Color information
#8682C9 (or 0x8682C9) is known color: Moody Blue. HEX triplet: 86, 82 and C9. RGB value is (134,130,201). Sum of RGB (Red+Green+Blue) = 134+130+201=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #8682C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8682C9 is #797D36. Grayscale: #8B8B8B. Windows color (decimal): -7961911 or 13206150. OLE color: 13206150.
HSL color Cylindrical-coordinate representation of color #8682C9: hue angle of 243.38º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8682C9 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 130 | 201 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.21 |
| HSL | 243.38º | 0.4% | 0.65% | - |
| HSV(B) | 243.38º | 0.35% | 0.79% | - |
| XYZ | 28.36 | 25.25 | 58.64 | - |
| YUV | 139.29 | 162.83 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 201 | 0.33 | 0.35 | 0 | 0.21 | 243.38 | 0.4 | 0.65 |
| Hex | 86 | 82 | C9 | 21 | 23 | 0 | 15 | F3 | 28 | 41 |
| Octal | 206 | 202 | 311 | 41 | 43 | 0 | 25 | 363 | 50 | 101 |
| Binary | 10000110 | 10000010 | 11001001 | 100001 | 100011 | 0 | 10101 | 11110011 | 101000 | 1000001 |
Color Harmonies of #8682C9
Complementary color
Monochromatic Colors of #8682C9
Black with #8682C9
Text Example
Text Example
White with #8682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8682C9; }
p { color: rgb(134,130,201); }
H1.HeaderClassName
{
color: #8682C9;
}
.AnyTagClassName
{
color: #8682C9;
}
</style>
background-color css
<style>
a { background-color: #8682C9; }
a { background-color: rgb(134,130,201); }
div.DivClassName
{
background-color: #8682C9;
}
.BgClassName
{
background-color: #8682C9;
}
</style>
border-color css
<style>
span { border-color: #8682C9; }
span { border-color: rgb(134,130,201); }
td.TdClassName
{
border-color: #8682C9;
}
.TagClassName
{
border-color: #8682C9;
}
</style>