Shades of Moody Blue #8076CF
Tints of Moody Blue #8076CF
RGB
CMYK
RGB Variations
Color information
#8076CF (or 0x8076CF) is known color: Moody Blue. HEX triplet: 80, 76 and CF. RGB value is (128,118,207). Sum of RGB (Red+Green+Blue) = 128+118+207=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #8076CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076CF is #7F8930. Grayscale: #828282. Windows color (decimal): -8358193 or 13596288. OLE color: 13596288.
HSL color Cylindrical-coordinate representation of color #8076CF: hue angle of 246.74º 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 #8076CF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 118 | 207 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.19 |
| HSL | 246.74º | 0.48% | 0.64% | - |
| HSV(B) | 246.74º | 0.43% | 0.81% | - |
| XYZ | 26.64 | 22.05 | 61.88 | - |
| YUV | 131.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 207 | 0.38 | 0.43 | 0 | 0.19 | 246.74 | 0.48 | 0.64 |
| Hex | 80 | 76 | CF | 26 | 2B | 0 | 13 | F7 | 30 | 40 |
| Octal | 200 | 166 | 317 | 46 | 53 | 0 | 23 | 367 | 60 | 100 |
| Binary | 10000000 | 1110110 | 11001111 | 100110 | 101011 | 0 | 10011 | 11110111 | 110000 | 1000000 |
Color Harmonies of #8076CF
Complementary color
Monochromatic Colors of #8076CF
Black with #8076CF
Text Example
Text Example
White with #8076CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8076CF; }
p { color: rgb(128,118,207); }
H1.HeaderClassName
{
color: #8076CF;
}
.AnyTagClassName
{
color: #8076CF;
}
</style>
background-color css
<style>
a { background-color: #8076CF; }
a { background-color: rgb(128,118,207); }
div.DivClassName
{
background-color: #8076CF;
}
.BgClassName
{
background-color: #8076CF;
}
</style>
border-color css
<style>
span { border-color: #8076CF; }
span { border-color: rgb(128,118,207); }
td.TdClassName
{
border-color: #8076CF;
}
.TagClassName
{
border-color: #8076CF;
}
</style>