Shades of Moody Blue #8A7BBD
Tints of Moody Blue #8A7BBD
RGB
CMYK
RGB Variations
Color information
#8A7BBD (or 0x8A7BBD) is known color: Moody Blue. HEX triplet: 8A, 7B and BD. RGB value is (138,123,189). Sum of RGB (Red+Green+Blue) = 138+123+189=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BBD is #758442. Grayscale: #868686. Windows color (decimal): -7701571 or 12417930. OLE color: 12417930.
HSL color Cylindrical-coordinate representation of color #8A7BBD: hue angle of 253.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A7BBD is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 123 | 189 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.26 |
| HSL | 253.64º | 0.33% | 0.61% | - |
| HSV(B) | 253.64º | 0.35% | 0.74% | - |
| XYZ | 26.75 | 23.24 | 51.22 | - |
| YUV | 135.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 123 | 189 | 0.27 | 0.35 | 0 | 0.26 | 253.64 | 0.33 | 0.61 |
| Hex | 8A | 7B | BD | 1B | 23 | 0 | 1A | FE | 21 | 3D |
| Octal | 212 | 173 | 275 | 33 | 43 | 0 | 32 | 376 | 41 | 75 |
| Binary | 10001010 | 1111011 | 10111101 | 11011 | 100011 | 0 | 11010 | 11111110 | 100001 | 111101 |
Color Harmonies of #8A7BBD
Complementary color
Monochromatic Colors of #8A7BBD
Black with #8A7BBD
Text Example
Text Example
White with #8A7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7BBD; }
p { color: rgb(138,123,189); }
H1.HeaderClassName
{
color: #8A7BBD;
}
.AnyTagClassName
{
color: #8A7BBD;
}
</style>
background-color css
<style>
a { background-color: #8A7BBD; }
a { background-color: rgb(138,123,189); }
div.DivClassName
{
background-color: #8A7BBD;
}
.BgClassName
{
background-color: #8A7BBD;
}
</style>
border-color css
<style>
span { border-color: #8A7BBD; }
span { border-color: rgb(138,123,189); }
td.TdClassName
{
border-color: #8A7BBD;
}
.TagClassName
{
border-color: #8A7BBD;
}
</style>