Shades of Moody Blue #8680DF
Tints of Moody Blue #8680DF
RGB
CMYK
RGB Variations
Color information
#8680DF (or 0x8680DF) is known color: Moody Blue. HEX triplet: 86, 80 and DF. RGB value is (134,128,223). Sum of RGB (Red+Green+Blue) = 134+128+223=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #8680DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8680DF is #797F20. Grayscale: #8C8C8C. Windows color (decimal): -7962401 or 14647430. OLE color: 14647430.
HSL color Cylindrical-coordinate representation of color #8680DF: hue angle of 243.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8680DF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 128 | 223 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.13 |
| HSL | 243.79º | 0.6% | 0.69% | - |
| HSV(B) | 243.79º | 0.43% | 0.87% | - |
| XYZ | 30.87 | 25.83 | 73.17 | - |
| YUV | 140.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 128 | 223 | 0.40 | 0.43 | 0 | 0.13 | 243.79 | 0.6 | 0.69 |
| Hex | 86 | 80 | DF | 28 | 2B | 0 | D | F4 | 3C | 45 |
| Octal | 206 | 200 | 337 | 50 | 53 | 0 | 15 | 364 | 74 | 105 |
| Binary | 10000110 | 10000000 | 11011111 | 101000 | 101011 | 0 | 1101 | 11110100 | 111100 | 1000101 |
Color Harmonies of #8680DF
Complementary color
Monochromatic Colors of #8680DF
Black with #8680DF
Text Example
Text Example
White with #8680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8680DF; }
p { color: rgb(134,128,223); }
H1.HeaderClassName
{
color: #8680DF;
}
.AnyTagClassName
{
color: #8680DF;
}
</style>
background-color css
<style>
a { background-color: #8680DF; }
a { background-color: rgb(134,128,223); }
div.DivClassName
{
background-color: #8680DF;
}
.BgClassName
{
background-color: #8680DF;
}
</style>
border-color css
<style>
span { border-color: #8680DF; }
span { border-color: rgb(134,128,223); }
td.TdClassName
{
border-color: #8680DF;
}
.TagClassName
{
border-color: #8680DF;
}
</style>