Shades of Moody Blue #8683B2
Tints of Moody Blue #8683B2
RGB
CMYK
RGB Variations
Color information
#8683B2 (or 0x8683B2) is known color: Moody Blue. HEX triplet: 86, 83 and B2. RGB value is (134,131,178). Sum of RGB (Red+Green+Blue) = 134+131+178=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #8683B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8683B2 is #797C4D. Grayscale: #898989. Windows color (decimal): -7961678 or 11699078. OLE color: 11699078.
HSL color Cylindrical-coordinate representation of color #8683B2: hue angle of 243.83º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8683B2 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 131 | 178 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.30 |
| HSL | 243.83º | 0.23% | 0.61% | - |
| HSV(B) | 243.83º | 0.26% | 0.7% | - |
| XYZ | 25.98 | 24.52 | 45.48 | - |
| YUV | 137.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 178 | 0.25 | 0.26 | 0 | 0.30 | 243.83 | 0.23 | 0.61 |
| Hex | 86 | 83 | B2 | 19 | 1A | 0 | 1E | F4 | 17 | 3D |
| Octal | 206 | 203 | 262 | 31 | 32 | 0 | 36 | 364 | 27 | 75 |
| Binary | 10000110 | 10000011 | 10110010 | 11001 | 11010 | 0 | 11110 | 11110100 | 10111 | 111101 |
Color Harmonies of #8683B2
Complementary color
Monochromatic Colors of #8683B2
Black with #8683B2
Text Example
Text Example
White with #8683B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683B2; }
p { color: rgb(134,131,178); }
H1.HeaderClassName
{
color: #8683B2;
}
.AnyTagClassName
{
color: #8683B2;
}
</style>
background-color css
<style>
a { background-color: #8683B2; }
a { background-color: rgb(134,131,178); }
div.DivClassName
{
background-color: #8683B2;
}
.BgClassName
{
background-color: #8683B2;
}
</style>
border-color css
<style>
span { border-color: #8683B2; }
span { border-color: rgb(134,131,178); }
td.TdClassName
{
border-color: #8683B2;
}
.TagClassName
{
border-color: #8683B2;
}
</style>