Shades of Moody Blue #8783DC
Tints of Moody Blue #8783DC
RGB
CMYK
RGB Variations
Color information
#8783DC (or 0x8783DC) is known color: Moody Blue. HEX triplet: 87, 83 and DC. RGB value is (135,131,220). Sum of RGB (Red+Green+Blue) = 135+131+220=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8783DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8783DC is #787C23. Grayscale: #8D8D8D. Windows color (decimal): -7896100 or 14451591. OLE color: 14451591.
HSL color Cylindrical-coordinate representation of color #8783DC: hue angle of 242.7º 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 #8783DC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 131 | 220 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.14 |
| HSL | 242.7º | 0.56% | 0.69% | - |
| HSV(B) | 242.7º | 0.4% | 0.86% | - |
| XYZ | 31.03 | 26.55 | 71.2 | - |
| YUV | 142.34 | 171.83 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 220 | 0.39 | 0.40 | 0 | 0.14 | 242.7 | 0.56 | 0.69 |
| Hex | 87 | 83 | DC | 27 | 28 | 0 | E | F3 | 38 | 45 |
| Octal | 207 | 203 | 334 | 47 | 50 | 0 | 16 | 363 | 70 | 105 |
| Binary | 10000111 | 10000011 | 11011100 | 100111 | 101000 | 0 | 1110 | 11110011 | 111000 | 1000101 |
Color Harmonies of #8783DC
Complementary color
Monochromatic Colors of #8783DC
Black with #8783DC
Text Example
Text Example
White with #8783DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8783DC; }
p { color: rgb(135,131,220); }
H1.HeaderClassName
{
color: #8783DC;
}
.AnyTagClassName
{
color: #8783DC;
}
</style>
background-color css
<style>
a { background-color: #8783DC; }
a { background-color: rgb(135,131,220); }
div.DivClassName
{
background-color: #8783DC;
}
.BgClassName
{
background-color: #8783DC;
}
</style>
border-color css
<style>
span { border-color: #8783DC; }
span { border-color: rgb(135,131,220); }
td.TdClassName
{
border-color: #8783DC;
}
.TagClassName
{
border-color: #8783DC;
}
</style>