Shades of Moody Blue #8883DA
Tints of Moody Blue #8883DA
RGB
CMYK
RGB Variations
Color information
#8883DA (or 0x8883DA) is known color: Moody Blue. HEX triplet: 88, 83 and DA. RGB value is (136,131,218). Sum of RGB (Red+Green+Blue) = 136+131+218=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8883DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8883DA is #777C25. Grayscale: #8E8E8E. Windows color (decimal): -7830566 or 14320520. OLE color: 14320520.
HSL color Cylindrical-coordinate representation of color #8883DA: hue angle of 243.45º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8883DA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 131 | 218 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.15 |
| HSL | 243.45º | 0.54% | 0.68% | - |
| HSV(B) | 243.45º | 0.4% | 0.85% | - |
| XYZ | 30.92 | 26.53 | 69.82 | - |
| YUV | 142.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 218 | 0.38 | 0.40 | 0 | 0.15 | 243.45 | 0.54 | 0.68 |
| Hex | 88 | 83 | DA | 26 | 28 | 0 | F | F3 | 36 | 44 |
| Octal | 210 | 203 | 332 | 46 | 50 | 0 | 17 | 363 | 66 | 104 |
| Binary | 10001000 | 10000011 | 11011010 | 100110 | 101000 | 0 | 1111 | 11110011 | 110110 | 1000100 |
Color Harmonies of #8883DA
Complementary color
Monochromatic Colors of #8883DA
Black with #8883DA
Text Example
Text Example
White with #8883DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8883DA; }
p { color: rgb(136,131,218); }
H1.HeaderClassName
{
color: #8883DA;
}
.AnyTagClassName
{
color: #8883DA;
}
</style>
background-color css
<style>
a { background-color: #8883DA; }
a { background-color: rgb(136,131,218); }
div.DivClassName
{
background-color: #8883DA;
}
.BgClassName
{
background-color: #8883DA;
}
</style>
border-color css
<style>
span { border-color: #8883DA; }
span { border-color: rgb(136,131,218); }
td.TdClassName
{
border-color: #8883DA;
}
.TagClassName
{
border-color: #8883DA;
}
</style>