Shades of Moody Blue #8A7FB3
Tints of Moody Blue #8A7FB3
RGB
CMYK
RGB Variations
Color information
#8A7FB3 (or 0x8A7FB3) is known color: Moody Blue. HEX triplet: 8A, 7F and B3. RGB value is (138,127,179). Sum of RGB (Red+Green+Blue) = 138+127+179=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A7FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7FB3 is #75804C. Grayscale: #888888. Windows color (decimal): -7700557 or 11763594. OLE color: 11763594.
HSL color Cylindrical-coordinate representation of color #8A7FB3: hue angle of 252.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A7FB3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 127 | 179 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.30 |
| HSL | 252.69º | 0.25% | 0.6% | - |
| HSV(B) | 252.69º | 0.29% | 0.7% | - |
| XYZ | 26.21 | 23.84 | 45.87 | - |
| YUV | 136.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 179 | 0.23 | 0.29 | 0 | 0.30 | 252.69 | 0.25 | 0.6 |
| Hex | 8A | 7F | B3 | 17 | 1D | 0 | 1E | FD | 19 | 3C |
| Octal | 212 | 177 | 263 | 27 | 35 | 0 | 36 | 375 | 31 | 74 |
| Binary | 10001010 | 1111111 | 10110011 | 10111 | 11101 | 0 | 11110 | 11111101 | 11001 | 111100 |
Color Harmonies of #8A7FB3
Complementary color
Monochromatic Colors of #8A7FB3
Black with #8A7FB3
Text Example
Text Example
White with #8A7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FB3; }
p { color: rgb(138,127,179); }
H1.HeaderClassName
{
color: #8A7FB3;
}
.AnyTagClassName
{
color: #8A7FB3;
}
</style>
background-color css
<style>
a { background-color: #8A7FB3; }
a { background-color: rgb(138,127,179); }
div.DivClassName
{
background-color: #8A7FB3;
}
.BgClassName
{
background-color: #8A7FB3;
}
</style>
border-color css
<style>
span { border-color: #8A7FB3; }
span { border-color: rgb(138,127,179); }
td.TdClassName
{
border-color: #8A7FB3;
}
.TagClassName
{
border-color: #8A7FB3;
}
</style>