Shades of Moody Blue #8073BB
Tints of Moody Blue #8073BB
RGB
CMYK
RGB Variations
Color information
#8073BB (or 0x8073BB) is known color: Moody Blue. HEX triplet: 80, 73 and BB. RGB value is (128,115,187). Sum of RGB (Red+Green+Blue) = 128+115+187=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8073BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8073BB is #7F8C44. Grayscale: #7E7E7E. Windows color (decimal): -8358981 or 12284800. OLE color: 12284800.
HSL color Cylindrical-coordinate representation of color #8073BB: hue angle of 250.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8073BB is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 115 | 187 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.27 |
| HSL | 250.83º | 0.35% | 0.59% | - |
| HSV(B) | 250.83º | 0.39% | 0.73% | - |
| XYZ | 24 | 20.44 | 49.69 | - |
| YUV | 127.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 187 | 0.32 | 0.39 | 0 | 0.27 | 250.83 | 0.35 | 0.59 |
| Hex | 80 | 73 | BB | 20 | 27 | 0 | 1B | FB | 23 | 3B |
| Octal | 200 | 163 | 273 | 40 | 47 | 0 | 33 | 373 | 43 | 73 |
| Binary | 10000000 | 1110011 | 10111011 | 100000 | 100111 | 0 | 11011 | 11111011 | 100011 | 111011 |
Color Harmonies of #8073BB
Complementary color
Monochromatic Colors of #8073BB
Black with #8073BB
Text Example
Text Example
White with #8073BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8073BB; }
p { color: rgb(128,115,187); }
H1.HeaderClassName
{
color: #8073BB;
}
.AnyTagClassName
{
color: #8073BB;
}
</style>
background-color css
<style>
a { background-color: #8073BB; }
a { background-color: rgb(128,115,187); }
div.DivClassName
{
background-color: #8073BB;
}
.BgClassName
{
background-color: #8073BB;
}
</style>
border-color css
<style>
span { border-color: #8073BB; }
span { border-color: rgb(128,115,187); }
td.TdClassName
{
border-color: #8073BB;
}
.TagClassName
{
border-color: #8073BB;
}
</style>