Shades of Moody Blue #8585CC
Tints of Moody Blue #8585CC
RGB
CMYK
RGB Variations
Color information
#8585CC (or 0x8585CC) is known color: Moody Blue. HEX triplet: 85, 85 and CC. RGB value is (133,133,204). Sum of RGB (Red+Green+Blue) = 133+133+204=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #8585CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585CC is #7A7A33. Grayscale: #8C8C8C. Windows color (decimal): -8026676 or 13403525. OLE color: 13403525.
HSL color Cylindrical-coordinate representation of color #8585CC: hue angle of 240º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8585CC is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 133 | 204 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.2 |
| HSL | 240º | 0.41% | 0.66% | - |
| HSV(B) | 240º | 0.35% | 0.8% | - |
| XYZ | 28.96 | 26.12 | 60.64 | - |
| YUV | 141.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 204 | 0.35 | 0.35 | 0 | 0.2 | 240 | 0.41 | 0.66 |
| Hex | 85 | 85 | CC | 23 | 23 | 0 | 14 | F0 | 29 | 42 |
| Octal | 205 | 205 | 314 | 43 | 43 | 0 | 24 | 360 | 51 | 102 |
| Binary | 10000101 | 10000101 | 11001100 | 100011 | 100011 | 0 | 10100 | 11110000 | 101001 | 1000010 |
Color Harmonies of #8585CC
Complementary color
Monochromatic Colors of #8585CC
Black with #8585CC
Text Example
Text Example
White with #8585CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8585CC; }
p { color: rgb(133,133,204); }
H1.HeaderClassName
{
color: #8585CC;
}
.AnyTagClassName
{
color: #8585CC;
}
</style>
background-color css
<style>
a { background-color: #8585CC; }
a { background-color: rgb(133,133,204); }
div.DivClassName
{
background-color: #8585CC;
}
.BgClassName
{
background-color: #8585CC;
}
</style>
border-color css
<style>
span { border-color: #8585CC; }
span { border-color: rgb(133,133,204); }
td.TdClassName
{
border-color: #8585CC;
}
.TagClassName
{
border-color: #8585CC;
}
</style>