Shades of Moody Blue #8683DC
Tints of Moody Blue #8683DC
RGB
CMYK
RGB Variations
Color information
#8683DC (or 0x8683DC) is known color: Moody Blue. HEX triplet: 86, 83 and DC. RGB value is (134,131,220). Sum of RGB (Red+Green+Blue) = 134+131+220=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8683DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683DC is #797C23. Grayscale: #8D8D8D. Windows color (decimal): -7961636 or 14451590. OLE color: 14451590.
HSL color Cylindrical-coordinate representation of color #8683DC: hue angle of 242.02º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8683DC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 131 | 220 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.14 |
| HSL | 242.02º | 0.56% | 0.69% | - |
| HSV(B) | 242.02º | 0.4% | 0.86% | - |
| XYZ | 30.87 | 26.47 | 71.19 | - |
| YUV | 142.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 220 | 0.39 | 0.40 | 0 | 0.14 | 242.02 | 0.56 | 0.69 |
| Hex | 86 | 83 | DC | 27 | 28 | 0 | E | F2 | 38 | 45 |
| Octal | 206 | 203 | 334 | 47 | 50 | 0 | 16 | 362 | 70 | 105 |
| Binary | 10000110 | 10000011 | 11011100 | 100111 | 101000 | 0 | 1110 | 11110010 | 111000 | 1000101 |
Color Harmonies of #8683DC
Complementary color
Monochromatic Colors of #8683DC
Black with #8683DC
Text Example
Text Example
White with #8683DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683DC; }
p { color: rgb(134,131,220); }
H1.HeaderClassName
{
color: #8683DC;
}
.AnyTagClassName
{
color: #8683DC;
}
</style>
background-color css
<style>
a { background-color: #8683DC; }
a { background-color: rgb(134,131,220); }
div.DivClassName
{
background-color: #8683DC;
}
.BgClassName
{
background-color: #8683DC;
}
</style>
border-color css
<style>
span { border-color: #8683DC; }
span { border-color: rgb(134,131,220); }
td.TdClassName
{
border-color: #8683DC;
}
.TagClassName
{
border-color: #8683DC;
}
</style>