Shades of Moody Blue #8075CB
Tints of Moody Blue #8075CB
RGB
CMYK
RGB Variations
Color information
#8075CB (or 0x8075CB) is known color: Moody Blue. HEX triplet: 80, 75 and CB. RGB value is (128,117,203). Sum of RGB (Red+Green+Blue) = 128+117+203=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8075CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075CB is #7F8A34. Grayscale: #818181. Windows color (decimal): -8358453 or 13333888. OLE color: 13333888.
HSL color Cylindrical-coordinate representation of color #8075CB: hue angle of 247.67º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8075CB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 117 | 203 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.20 |
| HSL | 247.67º | 0.45% | 0.63% | - |
| HSV(B) | 247.67º | 0.42% | 0.8% | - |
| XYZ | 26.04 | 21.62 | 59.3 | - |
| YUV | 130.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 203 | 0.37 | 0.42 | 0 | 0.20 | 247.67 | 0.45 | 0.63 |
| Hex | 80 | 75 | CB | 25 | 2A | 0 | 14 | F8 | 2D | 3F |
| Octal | 200 | 165 | 313 | 45 | 52 | 0 | 24 | 370 | 55 | 77 |
| Binary | 10000000 | 1110101 | 11001011 | 100101 | 101010 | 0 | 10100 | 11111000 | 101101 | 111111 |
Color Harmonies of #8075CB
Complementary color
Monochromatic Colors of #8075CB
Black with #8075CB
Text Example
Text Example
White with #8075CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075CB; }
p { color: rgb(128,117,203); }
H1.HeaderClassName
{
color: #8075CB;
}
.AnyTagClassName
{
color: #8075CB;
}
</style>
background-color css
<style>
a { background-color: #8075CB; }
a { background-color: rgb(128,117,203); }
div.DivClassName
{
background-color: #8075CB;
}
.BgClassName
{
background-color: #8075CB;
}
</style>
border-color css
<style>
span { border-color: #8075CB; }
span { border-color: rgb(128,117,203); }
td.TdClassName
{
border-color: #8075CB;
}
.TagClassName
{
border-color: #8075CB;
}
</style>