Shades of Moody Blue #8C83BC
Tints of Moody Blue #8C83BC
RGB
CMYK
RGB Variations
Color information
#8C83BC (or 0x8C83BC) is known color: Moody Blue. HEX triplet: 8C, 83 and BC. RGB value is (140,131,188). Sum of RGB (Red+Green+Blue) = 140+131+188=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C83BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C83BC is #737C43. Grayscale: #8B8B8B. Windows color (decimal): -7568452 or 12354444. OLE color: 12354444.
HSL color Cylindrical-coordinate representation of color #8C83BC: hue angle of 249.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C83BC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 131 | 188 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.26 |
| HSL | 249.47º | 0.3% | 0.63% | - |
| HSV(B) | 249.47º | 0.3% | 0.74% | - |
| XYZ | 28.01 | 25.44 | 51.01 | - |
| YUV | 140.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 188 | 0.26 | 0.30 | 0 | 0.26 | 249.47 | 0.3 | 0.63 |
| Hex | 8C | 83 | BC | 1A | 1E | 0 | 1A | F9 | 1E | 3F |
| Octal | 214 | 203 | 274 | 32 | 36 | 0 | 32 | 371 | 36 | 77 |
| Binary | 10001100 | 10000011 | 10111100 | 11010 | 11110 | 0 | 11010 | 11111001 | 11110 | 111111 |
Color Harmonies of #8C83BC
Complementary color
Monochromatic Colors of #8C83BC
Black with #8C83BC
Text Example
Text Example
White with #8C83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83BC; }
p { color: rgb(140,131,188); }
H1.HeaderClassName
{
color: #8C83BC;
}
.AnyTagClassName
{
color: #8C83BC;
}
</style>
background-color css
<style>
a { background-color: #8C83BC; }
a { background-color: rgb(140,131,188); }
div.DivClassName
{
background-color: #8C83BC;
}
.BgClassName
{
background-color: #8C83BC;
}
</style>
border-color css
<style>
span { border-color: #8C83BC; }
span { border-color: rgb(140,131,188); }
td.TdClassName
{
border-color: #8C83BC;
}
.TagClassName
{
border-color: #8C83BC;
}
</style>