Shades of Moody Blue #8085CC
Tints of Moody Blue #8085CC
RGB
CMYK
RGB Variations
Color information
#8085CC (or 0x8085CC) is known color: Moody Blue. HEX triplet: 80, 85 and CC. RGB value is (128,133,204). Sum of RGB (Red+Green+Blue) = 128+133+204=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #8085CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085CC is #7F7A33. Grayscale: #8B8B8B. Windows color (decimal): -8354356 or 13403520. OLE color: 13403520.
HSL color Cylindrical-coordinate representation of color #8085CC: hue angle of 236.05º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8085CC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 133 | 204 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.2 |
| HSL | 236.05º | 0.43% | 0.65% | - |
| HSV(B) | 236.05º | 0.37% | 0.8% | - |
| XYZ | 28.19 | 25.72 | 60.61 | - |
| YUV | 139.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 204 | 0.37 | 0.35 | 0 | 0.2 | 236.05 | 0.43 | 0.65 |
| Hex | 80 | 85 | CC | 25 | 23 | 0 | 14 | EC | 2B | 41 |
| Octal | 200 | 205 | 314 | 45 | 43 | 0 | 24 | 354 | 53 | 101 |
| Binary | 10000000 | 10000101 | 11001100 | 100101 | 100011 | 0 | 10100 | 11101100 | 101011 | 1000001 |
Color Harmonies of #8085CC
Complementary color
Monochromatic Colors of #8085CC
Black with #8085CC
Text Example
Text Example
White with #8085CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8085CC; }
p { color: rgb(128,133,204); }
H1.HeaderClassName
{
color: #8085CC;
}
.AnyTagClassName
{
color: #8085CC;
}
</style>
background-color css
<style>
a { background-color: #8085CC; }
a { background-color: rgb(128,133,204); }
div.DivClassName
{
background-color: #8085CC;
}
.BgClassName
{
background-color: #8085CC;
}
</style>
border-color css
<style>
span { border-color: #8085CC; }
span { border-color: rgb(128,133,204); }
td.TdClassName
{
border-color: #8085CC;
}
.TagClassName
{
border-color: #8085CC;
}
</style>