Shades of Moody Blue #807ACF
Tints of Moody Blue #807ACF
RGB
CMYK
RGB Variations
Color information
#807ACF (or 0x807ACF) is known color: Moody Blue. HEX triplet: 80, 7A and CF. RGB value is (128,122,207). Sum of RGB (Red+Green+Blue) = 128+122+207=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #807ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ACF is #7F8530. Grayscale: #858585. Windows color (decimal): -8357169 or 13597312. OLE color: 13597312.
HSL color Cylindrical-coordinate representation of color #807ACF: hue angle of 244.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #807ACF is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 122 | 207 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.19 |
| HSL | 244.24º | 0.47% | 0.65% | - |
| HSV(B) | 244.24º | 0.41% | 0.81% | - |
| XYZ | 27.12 | 23.01 | 62.04 | - |
| YUV | 133.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 207 | 0.38 | 0.41 | 0 | 0.19 | 244.24 | 0.47 | 0.65 |
| Hex | 80 | 7A | CF | 26 | 29 | 0 | 13 | F4 | 2F | 41 |
| Octal | 200 | 172 | 317 | 46 | 51 | 0 | 23 | 364 | 57 | 101 |
| Binary | 10000000 | 1111010 | 11001111 | 100110 | 101001 | 0 | 10011 | 11110100 | 101111 | 1000001 |
Color Harmonies of #807ACF
Complementary color
Monochromatic Colors of #807ACF
Black with #807ACF
Text Example
Text Example
White with #807ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ACF; }
p { color: rgb(128,122,207); }
H1.HeaderClassName
{
color: #807ACF;
}
.AnyTagClassName
{
color: #807ACF;
}
</style>
background-color css
<style>
a { background-color: #807ACF; }
a { background-color: rgb(128,122,207); }
div.DivClassName
{
background-color: #807ACF;
}
.BgClassName
{
background-color: #807ACF;
}
</style>
border-color css
<style>
span { border-color: #807ACF; }
span { border-color: rgb(128,122,207); }
td.TdClassName
{
border-color: #807ACF;
}
.TagClassName
{
border-color: #807ACF;
}
</style>