Shades of Moody Blue #8A87CB
Tints of Moody Blue #8A87CB
RGB
CMYK
RGB Variations
Color information
#8A87CB (or 0x8A87CB) is known color: Moody Blue. HEX triplet: 8A, 87 and CB. RGB value is (138,135,203). Sum of RGB (Red+Green+Blue) = 138+135+203=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A87CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A87CB is #757834. Grayscale: #8F8F8F. Windows color (decimal): -7698485 or 13338506. OLE color: 13338506.
HSL color Cylindrical-coordinate representation of color #8A87CB: hue angle of 242.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A87CB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 135 | 203 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.20 |
| HSL | 242.65º | 0.4% | 0.66% | - |
| HSV(B) | 242.65º | 0.33% | 0.8% | - |
| XYZ | 29.92 | 27.04 | 60.14 | - |
| YUV | 143.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 203 | 0.32 | 0.33 | 0 | 0.20 | 242.65 | 0.4 | 0.66 |
| Hex | 8A | 87 | CB | 20 | 21 | 0 | 14 | F3 | 28 | 42 |
| Octal | 212 | 207 | 313 | 40 | 41 | 0 | 24 | 363 | 50 | 102 |
| Binary | 10001010 | 10000111 | 11001011 | 100000 | 100001 | 0 | 10100 | 11110011 | 101000 | 1000010 |
Color Harmonies of #8A87CB
Complementary color
Monochromatic Colors of #8A87CB
Black with #8A87CB
Text Example
Text Example
White with #8A87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A87CB; }
p { color: rgb(138,135,203); }
H1.HeaderClassName
{
color: #8A87CB;
}
.AnyTagClassName
{
color: #8A87CB;
}
</style>
background-color css
<style>
a { background-color: #8A87CB; }
a { background-color: rgb(138,135,203); }
div.DivClassName
{
background-color: #8A87CB;
}
.BgClassName
{
background-color: #8A87CB;
}
</style>
border-color css
<style>
span { border-color: #8A87CB; }
span { border-color: rgb(138,135,203); }
td.TdClassName
{
border-color: #8A87CB;
}
.TagClassName
{
border-color: #8A87CB;
}
</style>