Shades of Moody Blue #8A83BE
Tints of Moody Blue #8A83BE
RGB
CMYK
RGB Variations
Color information
#8A83BE (or 0x8A83BE) is known color: Moody Blue. HEX triplet: 8A, 83 and BE. RGB value is (138,131,190). Sum of RGB (Red+Green+Blue) = 138+131+190=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A83BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A83BE is #757C41. Grayscale: #8B8B8B. Windows color (decimal): -7699522 or 12485514. OLE color: 12485514.
HSL color Cylindrical-coordinate representation of color #8A83BE: hue angle of 247.12º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A83BE is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 131 | 190 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.25 |
| HSL | 247.12º | 0.31% | 0.63% | - |
| HSV(B) | 247.12º | 0.31% | 0.75% | - |
| XYZ | 27.89 | 25.35 | 52.14 | - |
| YUV | 139.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 131 | 190 | 0.27 | 0.31 | 0 | 0.25 | 247.12 | 0.31 | 0.63 |
| Hex | 8A | 83 | BE | 1B | 1F | 0 | 19 | F7 | 1F | 3F |
| Octal | 212 | 203 | 276 | 33 | 37 | 0 | 31 | 367 | 37 | 77 |
| Binary | 10001010 | 10000011 | 10111110 | 11011 | 11111 | 0 | 11001 | 11110111 | 11111 | 111111 |
Color Harmonies of #8A83BE
Complementary color
Monochromatic Colors of #8A83BE
Black with #8A83BE
Text Example
Text Example
White with #8A83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A83BE; }
p { color: rgb(138,131,190); }
H1.HeaderClassName
{
color: #8A83BE;
}
.AnyTagClassName
{
color: #8A83BE;
}
</style>
background-color css
<style>
a { background-color: #8A83BE; }
a { background-color: rgb(138,131,190); }
div.DivClassName
{
background-color: #8A83BE;
}
.BgClassName
{
background-color: #8A83BE;
}
</style>
border-color css
<style>
span { border-color: #8A83BE; }
span { border-color: rgb(138,131,190); }
td.TdClassName
{
border-color: #8A83BE;
}
.TagClassName
{
border-color: #8A83BE;
}
</style>