Shades of Moody Blue #8085CF
Tints of Moody Blue #8085CF
RGB
CMYK
RGB Variations
Color information
#8085CF (or 0x8085CF) is known color: Moody Blue. HEX triplet: 80, 85 and CF. RGB value is (128,133,207). Sum of RGB (Red+Green+Blue) = 128+133+207=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #8085CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085CF is #7F7A30. Grayscale: #8B8B8B. Windows color (decimal): -8354353 or 13600128. OLE color: 13600128.
HSL color Cylindrical-coordinate representation of color #8085CF: hue angle of 236.2º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8085CF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 133 | 207 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.19 |
| HSL | 236.2º | 0.45% | 0.66% | - |
| HSV(B) | 236.2º | 0.38% | 0.81% | - |
| XYZ | 28.55 | 25.87 | 62.52 | - |
| YUV | 139.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 207 | 0.38 | 0.36 | 0 | 0.19 | 236.2 | 0.45 | 0.66 |
| Hex | 80 | 85 | CF | 26 | 24 | 0 | 13 | EC | 2D | 42 |
| Octal | 200 | 205 | 317 | 46 | 44 | 0 | 23 | 354 | 55 | 102 |
| Binary | 10000000 | 10000101 | 11001111 | 100110 | 100100 | 0 | 10011 | 11101100 | 101101 | 1000010 |
Color Harmonies of #8085CF
Complementary color
Monochromatic Colors of #8085CF
Black with #8085CF
Text Example
Text Example
White with #8085CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085CF; }
p { color: rgb(128,133,207); }
H1.HeaderClassName
{
color: #8085CF;
}
.AnyTagClassName
{
color: #8085CF;
}
</style>
background-color css
<style>
a { background-color: #8085CF; }
a { background-color: rgb(128,133,207); }
div.DivClassName
{
background-color: #8085CF;
}
.BgClassName
{
background-color: #8085CF;
}
</style>
border-color css
<style>
span { border-color: #8085CF; }
span { border-color: rgb(128,133,207); }
td.TdClassName
{
border-color: #8085CF;
}
.TagClassName
{
border-color: #8085CF;
}
</style>