Shades of Moody Blue #8067CF
Tints of Moody Blue #8067CF
RGB
CMYK
RGB Variations
Color information
#8067CF (or 0x8067CF) is known color: Moody Blue. HEX triplet: 80, 67 and CF. RGB value is (128,103,207). Sum of RGB (Red+Green+Blue) = 128+103+207=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #8067CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067CF is #7F9830. Grayscale: #797979. Windows color (decimal): -8362033 or 13592448. OLE color: 13592448.
HSL color Cylindrical-coordinate representation of color #8067CF: hue angle of 254.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8067CF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 103 | 207 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.19 |
| HSL | 254.42º | 0.52% | 0.61% | - |
| HSV(B) | 254.42º | 0.5% | 0.81% | - |
| XYZ | 25.01 | 18.79 | 61.34 | - |
| YUV | 122.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 207 | 0.38 | 0.50 | 0 | 0.19 | 254.42 | 0.52 | 0.61 |
| Hex | 80 | 67 | CF | 26 | 32 | 0 | 13 | FE | 34 | 3D |
| Octal | 200 | 147 | 317 | 46 | 62 | 0 | 23 | 376 | 64 | 75 |
| Binary | 10000000 | 1100111 | 11001111 | 100110 | 110010 | 0 | 10011 | 11111110 | 110100 | 111101 |
Color Harmonies of #8067CF
Complementary color
Monochromatic Colors of #8067CF
Black with #8067CF
Text Example
Text Example
White with #8067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067CF; }
p { color: rgb(128,103,207); }
H1.HeaderClassName
{
color: #8067CF;
}
.AnyTagClassName
{
color: #8067CF;
}
</style>
background-color css
<style>
a { background-color: #8067CF; }
a { background-color: rgb(128,103,207); }
div.DivClassName
{
background-color: #8067CF;
}
.BgClassName
{
background-color: #8067CF;
}
</style>
border-color css
<style>
span { border-color: #8067CF; }
span { border-color: rgb(128,103,207); }
td.TdClassName
{
border-color: #8067CF;
}
.TagClassName
{
border-color: #8067CF;
}
</style>