Shades of Moody Blue #8075CE
Tints of Moody Blue #8075CE
RGB
CMYK
RGB Variations
Color information
#8075CE (or 0x8075CE) is known color: Moody Blue. HEX triplet: 80, 75 and CE. RGB value is (128,117,206). Sum of RGB (Red+Green+Blue) = 128+117+206=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #8075CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075CE is #7F8A31. Grayscale: #828282. Windows color (decimal): -8358450 or 13530496. OLE color: 13530496.
HSL color Cylindrical-coordinate representation of color #8075CE: hue angle of 247.42º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8075CE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 117 | 206 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.19 |
| HSL | 247.42º | 0.48% | 0.63% | - |
| HSV(B) | 247.42º | 0.43% | 0.81% | - |
| XYZ | 26.4 | 21.77 | 61.2 | - |
| YUV | 130.44 | 170.64 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 206 | 0.38 | 0.43 | 0 | 0.19 | 247.42 | 0.48 | 0.63 |
| Hex | 80 | 75 | CE | 26 | 2B | 0 | 13 | F7 | 30 | 3F |
| Octal | 200 | 165 | 316 | 46 | 53 | 0 | 23 | 367 | 60 | 77 |
| Binary | 10000000 | 1110101 | 11001110 | 100110 | 101011 | 0 | 10011 | 11110111 | 110000 | 111111 |
Color Harmonies of #8075CE
Complementary color
Monochromatic Colors of #8075CE
Black with #8075CE
Text Example
Text Example
White with #8075CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075CE; }
p { color: rgb(128,117,206); }
H1.HeaderClassName
{
color: #8075CE;
}
.AnyTagClassName
{
color: #8075CE;
}
</style>
background-color css
<style>
a { background-color: #8075CE; }
a { background-color: rgb(128,117,206); }
div.DivClassName
{
background-color: #8075CE;
}
.BgClassName
{
background-color: #8075CE;
}
</style>
border-color css
<style>
span { border-color: #8075CE; }
span { border-color: rgb(128,117,206); }
td.TdClassName
{
border-color: #8075CE;
}
.TagClassName
{
border-color: #8075CE;
}
</style>