Shades of Moody Blue #8B80CC
Tints of Moody Blue #8B80CC
RGB
CMYK
RGB Variations
Color information
#8B80CC (or 0x8B80CC) is known color: Moody Blue. HEX triplet: 8B, 80 and CC. RGB value is (139,128,204). Sum of RGB (Red+Green+Blue) = 139+128+204=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B80CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B80CC is #747F33. Grayscale: #8B8B8B. Windows color (decimal): -7634740 or 13402251. OLE color: 13402251.
HSL color Cylindrical-coordinate representation of color #8B80CC: hue angle of 248.68º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B80CC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 128 | 204 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.2 |
| HSL | 248.68º | 0.43% | 0.65% | - |
| HSV(B) | 248.68º | 0.37% | 0.8% | - |
| XYZ | 29.27 | 25.29 | 60.47 | - |
| YUV | 139.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 204 | 0.32 | 0.37 | 0 | 0.2 | 248.68 | 0.43 | 0.65 |
| Hex | 8B | 80 | CC | 20 | 25 | 0 | 14 | F9 | 2B | 41 |
| Octal | 213 | 200 | 314 | 40 | 45 | 0 | 24 | 371 | 53 | 101 |
| Binary | 10001011 | 10000000 | 11001100 | 100000 | 100101 | 0 | 10100 | 11111001 | 101011 | 1000001 |
Color Harmonies of #8B80CC
Complementary color
Monochromatic Colors of #8B80CC
Black with #8B80CC
Text Example
Text Example
White with #8B80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B80CC; }
p { color: rgb(139,128,204); }
H1.HeaderClassName
{
color: #8B80CC;
}
.AnyTagClassName
{
color: #8B80CC;
}
</style>
background-color css
<style>
a { background-color: #8B80CC; }
a { background-color: rgb(139,128,204); }
div.DivClassName
{
background-color: #8B80CC;
}
.BgClassName
{
background-color: #8B80CC;
}
</style>
border-color css
<style>
span { border-color: #8B80CC; }
span { border-color: rgb(139,128,204); }
td.TdClassName
{
border-color: #8B80CC;
}
.TagClassName
{
border-color: #8B80CC;
}
</style>