Shades of Moody Blue #8680CB
Tints of Moody Blue #8680CB
RGB
CMYK
RGB Variations
Color information
#8680CB (or 0x8680CB) is known color: Moody Blue. HEX triplet: 86, 80 and CB. RGB value is (134,128,203). Sum of RGB (Red+Green+Blue) = 134+128+203=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 128 (50.39% from 255 or 27.53% 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 #8680CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680CB is #797F34. Grayscale: #8A8A8A. Windows color (decimal): -7962421 or 13336710. OLE color: 13336710.
HSL color Cylindrical-coordinate representation of color #8680CB: hue angle of 244.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8680CB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 128 | 203 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.20 |
| HSL | 244.8º | 0.42% | 0.65% | - |
| HSV(B) | 244.8º | 0.37% | 0.8% | - |
| XYZ | 28.33 | 24.82 | 59.8 | - |
| YUV | 138.34 | 164.49 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 203 | 0.34 | 0.37 | 0 | 0.20 | 244.8 | 0.42 | 0.65 |
| Hex | 86 | 80 | CB | 22 | 25 | 0 | 14 | F5 | 2A | 41 |
| Octal | 206 | 200 | 313 | 42 | 45 | 0 | 24 | 365 | 52 | 101 |
| Binary | 10000110 | 10000000 | 11001011 | 100010 | 100101 | 0 | 10100 | 11110101 | 101010 | 1000001 |
Color Harmonies of #8680CB
Complementary color
Monochromatic Colors of #8680CB
Black with #8680CB
Text Example
Text Example
White with #8680CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680CB; }
p { color: rgb(134,128,203); }
H1.HeaderClassName
{
color: #8680CB;
}
.AnyTagClassName
{
color: #8680CB;
}
</style>
background-color css
<style>
a { background-color: #8680CB; }
a { background-color: rgb(134,128,203); }
div.DivClassName
{
background-color: #8680CB;
}
.BgClassName
{
background-color: #8680CB;
}
</style>
border-color css
<style>
span { border-color: #8680CB; }
span { border-color: rgb(134,128,203); }
td.TdClassName
{
border-color: #8680CB;
}
.TagClassName
{
border-color: #8680CB;
}
</style>