Shades of Moody Blue #8B80CF
Tints of Moody Blue #8B80CF
RGB
CMYK
RGB Variations
Color information
#8B80CF (or 0x8B80CF) is known color: Moody Blue. HEX triplet: 8B, 80 and CF. RGB value is (139,128,207). Sum of RGB (Red+Green+Blue) = 139+128+207=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80CF is #747F30. Grayscale: #8B8B8B. Windows color (decimal): -7634737 or 13598859. OLE color: 13598859.
HSL color Cylindrical-coordinate representation of color #8B80CF: hue angle of 248.35º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B80CF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 128 | 207 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.19 |
| HSL | 248.35º | 0.45% | 0.66% | - |
| HSV(B) | 248.35º | 0.38% | 0.81% | - |
| XYZ | 29.63 | 25.43 | 62.38 | - |
| YUV | 140.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 207 | 0.33 | 0.38 | 0 | 0.19 | 248.35 | 0.45 | 0.66 |
| Hex | 8B | 80 | CF | 21 | 26 | 0 | 13 | F8 | 2D | 42 |
| Octal | 213 | 200 | 317 | 41 | 46 | 0 | 23 | 370 | 55 | 102 |
| Binary | 10001011 | 10000000 | 11001111 | 100001 | 100110 | 0 | 10011 | 11111000 | 101101 | 1000010 |
Color Harmonies of #8B80CF
Complementary color
Monochromatic Colors of #8B80CF
Black with #8B80CF
Text Example
Text Example
White with #8B80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80CF; }
p { color: rgb(139,128,207); }
H1.HeaderClassName
{
color: #8B80CF;
}
.AnyTagClassName
{
color: #8B80CF;
}
</style>
background-color css
<style>
a { background-color: #8B80CF; }
a { background-color: rgb(139,128,207); }
div.DivClassName
{
background-color: #8B80CF;
}
.BgClassName
{
background-color: #8B80CF;
}
</style>
border-color css
<style>
span { border-color: #8B80CF; }
span { border-color: rgb(139,128,207); }
td.TdClassName
{
border-color: #8B80CF;
}
.TagClassName
{
border-color: #8B80CF;
}
</style>