Shades of Moody Blue #8285C6
Tints of Moody Blue #8285C6
RGB
CMYK
RGB Variations
Color information
#8285C6 (or 0x8285C6) is known color: Moody Blue. HEX triplet: 82, 85 and C6. RGB value is (130,133,198). Sum of RGB (Red+Green+Blue) = 130+133+198=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #8285C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285C6 is #7D7A39. Grayscale: #8B8B8B. Windows color (decimal): -8223290 or 13010306. OLE color: 13010306.
HSL color Cylindrical-coordinate representation of color #8285C6: hue angle of 237.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8285C6 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 133 | 198 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.22 |
| HSL | 237.35º | 0.37% | 0.64% | - |
| HSV(B) | 237.35º | 0.34% | 0.78% | - |
| XYZ | 27.79 | 25.6 | 56.9 | - |
| YUV | 139.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 198 | 0.34 | 0.33 | 0 | 0.22 | 237.35 | 0.37 | 0.64 |
| Hex | 82 | 85 | C6 | 22 | 21 | 0 | 16 | ED | 25 | 40 |
| Octal | 202 | 205 | 306 | 42 | 41 | 0 | 26 | 355 | 45 | 100 |
| Binary | 10000010 | 10000101 | 11000110 | 100010 | 100001 | 0 | 10110 | 11101101 | 100101 | 1000000 |
Color Harmonies of #8285C6
Complementary color
Monochromatic Colors of #8285C6
Black with #8285C6
Text Example
Text Example
White with #8285C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285C6; }
p { color: rgb(130,133,198); }
H1.HeaderClassName
{
color: #8285C6;
}
.AnyTagClassName
{
color: #8285C6;
}
</style>
background-color css
<style>
a { background-color: #8285C6; }
a { background-color: rgb(130,133,198); }
div.DivClassName
{
background-color: #8285C6;
}
.BgClassName
{
background-color: #8285C6;
}
</style>
border-color css
<style>
span { border-color: #8285C6; }
span { border-color: rgb(130,133,198); }
td.TdClassName
{
border-color: #8285C6;
}
.TagClassName
{
border-color: #8285C6;
}
</style>