Shades of Moody Blue #8375DB
Tints of Moody Blue #8375DB
RGB
CMYK
RGB Variations
Color information
#8375DB (or 0x8375DB) is known color: Moody Blue. HEX triplet: 83, 75 and DB. RGB value is (131,117,219). Sum of RGB (Red+Green+Blue) = 131+117+219=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #8375DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8375DB is #7C8A24. Grayscale: #848484. Windows color (decimal): -8161829 or 14382467. OLE color: 14382467.
HSL color Cylindrical-coordinate representation of color #8375DB: hue angle of 248.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8375DB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 117 | 219 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 248.24º | 0.59% | 0.66% | - |
| HSV(B) | 248.24º | 0.47% | 0.86% | - |
| XYZ | 28.51 | 22.66 | 69.89 | - |
| YUV | 132.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 219 | 0.40 | 0.47 | 0 | 0.14 | 248.24 | 0.59 | 0.66 |
| Hex | 83 | 75 | DB | 28 | 2F | 0 | E | F8 | 3B | 42 |
| Octal | 203 | 165 | 333 | 50 | 57 | 0 | 16 | 370 | 73 | 102 |
| Binary | 10000011 | 1110101 | 11011011 | 101000 | 101111 | 0 | 1110 | 11111000 | 111011 | 1000010 |
Color Harmonies of #8375DB
Complementary color
Monochromatic Colors of #8375DB
Black with #8375DB
Text Example
Text Example
White with #8375DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8375DB; }
p { color: rgb(131,117,219); }
H1.HeaderClassName
{
color: #8375DB;
}
.AnyTagClassName
{
color: #8375DB;
}
</style>
background-color css
<style>
a { background-color: #8375DB; }
a { background-color: rgb(131,117,219); }
div.DivClassName
{
background-color: #8375DB;
}
.BgClassName
{
background-color: #8375DB;
}
</style>
border-color css
<style>
span { border-color: #8375DB; }
span { border-color: rgb(131,117,219); }
td.TdClassName
{
border-color: #8375DB;
}
.TagClassName
{
border-color: #8375DB;
}
</style>