Shades of Moody Blue #8387CC
Tints of Moody Blue #8387CC
RGB
CMYK
RGB Variations
Color information
#8387CC (or 0x8387CC) is known color: Moody Blue. HEX triplet: 83, 87 and CC. RGB value is (131,135,204). Sum of RGB (Red+Green+Blue) = 131+135+204=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 135 (53.12% from 255 or 28.72% 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 #8387CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387CC is #7C7833. Grayscale: #8D8D8D. Windows color (decimal): -8157236 or 13404035. OLE color: 13404035.
HSL color Cylindrical-coordinate representation of color #8387CC: hue angle of 236.71º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8387CC is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 135 | 204 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.2 |
| HSL | 236.71º | 0.42% | 0.66% | - |
| HSV(B) | 236.71º | 0.36% | 0.8% | - |
| XYZ | 28.92 | 26.51 | 60.72 | - |
| YUV | 141.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 204 | 0.36 | 0.34 | 0 | 0.2 | 236.71 | 0.42 | 0.66 |
| Hex | 83 | 87 | CC | 24 | 22 | 0 | 14 | ED | 2A | 42 |
| Octal | 203 | 207 | 314 | 44 | 42 | 0 | 24 | 355 | 52 | 102 |
| Binary | 10000011 | 10000111 | 11001100 | 100100 | 100010 | 0 | 10100 | 11101101 | 101010 | 1000010 |
Color Harmonies of #8387CC
Complementary color
Monochromatic Colors of #8387CC
Black with #8387CC
Text Example
Text Example
White with #8387CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8387CC; }
p { color: rgb(131,135,204); }
H1.HeaderClassName
{
color: #8387CC;
}
.AnyTagClassName
{
color: #8387CC;
}
</style>
background-color css
<style>
a { background-color: #8387CC; }
a { background-color: rgb(131,135,204); }
div.DivClassName
{
background-color: #8387CC;
}
.BgClassName
{
background-color: #8387CC;
}
</style>
border-color css
<style>
span { border-color: #8387CC; }
span { border-color: rgb(131,135,204); }
td.TdClassName
{
border-color: #8387CC;
}
.TagClassName
{
border-color: #8387CC;
}
</style>