Shades of Moody Blue #8375BC
Tints of Moody Blue #8375BC
RGB
CMYK
RGB Variations
Color information
#8375BC (or 0x8375BC) is known color: Moody Blue. HEX triplet: 83, 75 and BC. RGB value is (131,117,188). Sum of RGB (Red+Green+Blue) = 131+117+188=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #8375BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375BC is #7C8A43. Grayscale: #818181. Windows color (decimal): -8161860 or 12350851. OLE color: 12350851.
HSL color Cylindrical-coordinate representation of color #8375BC: hue angle of 251.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8375BC is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 117 | 188 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.26 |
| HSL | 251.83º | 0.35% | 0.6% | - |
| HSV(B) | 251.83º | 0.38% | 0.74% | - |
| XYZ | 24.8 | 21.18 | 50.36 | - |
| YUV | 129.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 188 | 0.30 | 0.38 | 0 | 0.26 | 251.83 | 0.35 | 0.6 |
| Hex | 83 | 75 | BC | 1E | 26 | 0 | 1A | FC | 23 | 3C |
| Octal | 203 | 165 | 274 | 36 | 46 | 0 | 32 | 374 | 43 | 74 |
| Binary | 10000011 | 1110101 | 10111100 | 11110 | 100110 | 0 | 11010 | 11111100 | 100011 | 111100 |
Color Harmonies of #8375BC
Complementary color
Monochromatic Colors of #8375BC
Black with #8375BC
Text Example
Text Example
White with #8375BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375BC; }
p { color: rgb(131,117,188); }
H1.HeaderClassName
{
color: #8375BC;
}
.AnyTagClassName
{
color: #8375BC;
}
</style>
background-color css
<style>
a { background-color: #8375BC; }
a { background-color: rgb(131,117,188); }
div.DivClassName
{
background-color: #8375BC;
}
.BgClassName
{
background-color: #8375BC;
}
</style>
border-color css
<style>
span { border-color: #8375BC; }
span { border-color: rgb(131,117,188); }
td.TdClassName
{
border-color: #8375BC;
}
.TagClassName
{
border-color: #8375BC;
}
</style>