Shades of Moody Blue #8075CF
Tints of Moody Blue #8075CF
RGB
CMYK
RGB Variations
Color information
#8075CF (or 0x8075CF) is known color: Moody Blue. HEX triplet: 80, 75 and CF. RGB value is (128,117,207). Sum of RGB (Red+Green+Blue) = 128+117+207=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #8075CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075CF is #7F8A30. Grayscale: #828282. Windows color (decimal): -8358449 or 13596032. OLE color: 13596032.
HSL color Cylindrical-coordinate representation of color #8075CF: hue angle of 247.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8075CF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 117 | 207 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.19 |
| HSL | 247.33º | 0.48% | 0.64% | - |
| HSV(B) | 247.33º | 0.43% | 0.81% | - |
| XYZ | 26.53 | 21.82 | 61.84 | - |
| YUV | 130.55 | 171.14 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 207 | 0.38 | 0.43 | 0 | 0.19 | 247.33 | 0.48 | 0.64 |
| Hex | 80 | 75 | CF | 26 | 2B | 0 | 13 | F7 | 30 | 40 |
| Octal | 200 | 165 | 317 | 46 | 53 | 0 | 23 | 367 | 60 | 100 |
| Binary | 10000000 | 1110101 | 11001111 | 100110 | 101011 | 0 | 10011 | 11110111 | 110000 | 1000000 |
Color Harmonies of #8075CF
Complementary color
Monochromatic Colors of #8075CF
Black with #8075CF
Text Example
Text Example
White with #8075CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075CF; }
p { color: rgb(128,117,207); }
H1.HeaderClassName
{
color: #8075CF;
}
.AnyTagClassName
{
color: #8075CF;
}
</style>
background-color css
<style>
a { background-color: #8075CF; }
a { background-color: rgb(128,117,207); }
div.DivClassName
{
background-color: #8075CF;
}
.BgClassName
{
background-color: #8075CF;
}
</style>
border-color css
<style>
span { border-color: #8075CF; }
span { border-color: rgb(128,117,207); }
td.TdClassName
{
border-color: #8075CF;
}
.TagClassName
{
border-color: #8075CF;
}
</style>