Shades of Moody Blue #8680CA
Tints of Moody Blue #8680CA
RGB
CMYK
RGB Variations
Color information
#8680CA (or 0x8680CA) is known color: Moody Blue. HEX triplet: 86, 80 and CA. RGB value is (134,128,202). Sum of RGB (Red+Green+Blue) = 134+128+202=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #8680CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680CA is #797F35. Grayscale: #898989. Windows color (decimal): -7962422 or 13271174. OLE color: 13271174.
HSL color Cylindrical-coordinate representation of color #8680CA: hue angle of 244.86º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8680CA is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 128 | 202 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.21 |
| HSL | 244.86º | 0.41% | 0.65% | - |
| HSV(B) | 244.86º | 0.37% | 0.79% | - |
| XYZ | 28.21 | 24.77 | 59.17 | - |
| YUV | 138.23 | 163.99 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 202 | 0.34 | 0.37 | 0 | 0.21 | 244.86 | 0.41 | 0.65 |
| Hex | 86 | 80 | CA | 22 | 25 | 0 | 15 | F5 | 29 | 41 |
| Octal | 206 | 200 | 312 | 42 | 45 | 0 | 25 | 365 | 51 | 101 |
| Binary | 10000110 | 10000000 | 11001010 | 100010 | 100101 | 0 | 10101 | 11110101 | 101001 | 1000001 |
Color Harmonies of #8680CA
Complementary color
Monochromatic Colors of #8680CA
Black with #8680CA
Text Example
Text Example
White with #8680CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680CA; }
p { color: rgb(134,128,202); }
H1.HeaderClassName
{
color: #8680CA;
}
.AnyTagClassName
{
color: #8680CA;
}
</style>
background-color css
<style>
a { background-color: #8680CA; }
a { background-color: rgb(134,128,202); }
div.DivClassName
{
background-color: #8680CA;
}
.BgClassName
{
background-color: #8680CA;
}
</style>
border-color css
<style>
span { border-color: #8680CA; }
span { border-color: rgb(134,128,202); }
td.TdClassName
{
border-color: #8680CA;
}
.TagClassName
{
border-color: #8680CA;
}
</style>