Shades of Moody Blue #8B8ABE
Tints of Moody Blue #8B8ABE
RGB
CMYK
RGB Variations
Color information
#8B8ABE (or 0x8B8ABE) is known color: Moody Blue. HEX triplet: 8B, 8A and BE. RGB value is (139,138,190). Sum of RGB (Red+Green+Blue) = 139+138+190=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B8ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8ABE is #747541. Grayscale: #909090. Windows color (decimal): -7632194 or 12487307. OLE color: 12487307.
HSL color Cylindrical-coordinate representation of color #8B8ABE: hue angle of 241.15º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B8ABE is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 138 | 190 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.25 |
| HSL | 241.15º | 0.29% | 0.64% | - |
| HSV(B) | 241.15º | 0.27% | 0.75% | - |
| XYZ | 29.03 | 27.38 | 52.47 | - |
| YUV | 144.23 | 153.83 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 138 | 190 | 0.27 | 0.27 | 0 | 0.25 | 241.15 | 0.29 | 0.64 |
| Hex | 8B | 8A | BE | 1B | 1B | 0 | 19 | F1 | 1D | 40 |
| Octal | 213 | 212 | 276 | 33 | 33 | 0 | 31 | 361 | 35 | 100 |
| Binary | 10001011 | 10001010 | 10111110 | 11011 | 11011 | 0 | 11001 | 11110001 | 11101 | 1000000 |
Color Harmonies of #8B8ABE
Complementary color
Monochromatic Colors of #8B8ABE
Black with #8B8ABE
Text Example
Text Example
White with #8B8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8ABE; }
p { color: rgb(139,138,190); }
H1.HeaderClassName
{
color: #8B8ABE;
}
.AnyTagClassName
{
color: #8B8ABE;
}
</style>
background-color css
<style>
a { background-color: #8B8ABE; }
a { background-color: rgb(139,138,190); }
div.DivClassName
{
background-color: #8B8ABE;
}
.BgClassName
{
background-color: #8B8ABE;
}
</style>
border-color css
<style>
span { border-color: #8B8ABE; }
span { border-color: rgb(139,138,190); }
td.TdClassName
{
border-color: #8B8ABE;
}
.TagClassName
{
border-color: #8B8ABE;
}
</style>