Shades of Moody Blue #8683CE
Tints of Moody Blue #8683CE
RGB
CMYK
RGB Variations
Color information
#8683CE (or 0x8683CE) is known color: Moody Blue. HEX triplet: 86, 83 and CE. RGB value is (134,131,206). Sum of RGB (Red+Green+Blue) = 134+131+206=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8683CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683CE is #797C31. Grayscale: #8C8C8C. Windows color (decimal): -7961650 or 13534086. OLE color: 13534086.
HSL color Cylindrical-coordinate representation of color #8683CE: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8683CE is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 131 | 206 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.19 |
| HSL | 242.4º | 0.43% | 0.66% | - |
| HSV(B) | 242.4º | 0.36% | 0.81% | - |
| XYZ | 29.09 | 25.76 | 61.83 | - |
| YUV | 140.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 206 | 0.35 | 0.36 | 0 | 0.19 | 242.4 | 0.43 | 0.66 |
| Hex | 86 | 83 | CE | 23 | 24 | 0 | 13 | F2 | 2B | 42 |
| Octal | 206 | 203 | 316 | 43 | 44 | 0 | 23 | 362 | 53 | 102 |
| Binary | 10000110 | 10000011 | 11001110 | 100011 | 100100 | 0 | 10011 | 11110010 | 101011 | 1000010 |
Color Harmonies of #8683CE
Complementary color
Monochromatic Colors of #8683CE
Black with #8683CE
Text Example
Text Example
White with #8683CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683CE; }
p { color: rgb(134,131,206); }
H1.HeaderClassName
{
color: #8683CE;
}
.AnyTagClassName
{
color: #8683CE;
}
</style>
background-color css
<style>
a { background-color: #8683CE; }
a { background-color: rgb(134,131,206); }
div.DivClassName
{
background-color: #8683CE;
}
.BgClassName
{
background-color: #8683CE;
}
</style>
border-color css
<style>
span { border-color: #8683CE; }
span { border-color: rgb(134,131,206); }
td.TdClassName
{
border-color: #8683CE;
}
.TagClassName
{
border-color: #8683CE;
}
</style>