Shades of Moody Blue #8475DB
Tints of Moody Blue #8475DB
RGB
CMYK
RGB Variations
Color information
#8475DB (or 0x8475DB) is known color: Moody Blue. HEX triplet: 84, 75 and DB. RGB value is (132,117,219). Sum of RGB (Red+Green+Blue) = 132+117+219=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #8475DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475DB is #7B8A24. Grayscale: #848484. Windows color (decimal): -8096293 or 14382468. OLE color: 14382468.
HSL color Cylindrical-coordinate representation of color #8475DB: hue angle of 248.82º 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 #8475DB is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 117 | 219 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.14 |
| HSL | 248.82º | 0.59% | 0.66% | - |
| HSV(B) | 248.82º | 0.47% | 0.86% | - |
| XYZ | 28.66 | 22.74 | 69.9 | - |
| YUV | 133.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 219 | 0.40 | 0.47 | 0 | 0.14 | 248.82 | 0.59 | 0.66 |
| Hex | 84 | 75 | DB | 28 | 2F | 0 | E | F9 | 3B | 42 |
| Octal | 204 | 165 | 333 | 50 | 57 | 0 | 16 | 371 | 73 | 102 |
| Binary | 10000100 | 1110101 | 11011011 | 101000 | 101111 | 0 | 1110 | 11111001 | 111011 | 1000010 |
Color Harmonies of #8475DB
Complementary color
Monochromatic Colors of #8475DB
Black with #8475DB
Text Example
Text Example
White with #8475DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8475DB; }
p { color: rgb(132,117,219); }
H1.HeaderClassName
{
color: #8475DB;
}
.AnyTagClassName
{
color: #8475DB;
}
</style>
background-color css
<style>
a { background-color: #8475DB; }
a { background-color: rgb(132,117,219); }
div.DivClassName
{
background-color: #8475DB;
}
.BgClassName
{
background-color: #8475DB;
}
</style>
border-color css
<style>
span { border-color: #8475DB; }
span { border-color: rgb(132,117,219); }
td.TdClassName
{
border-color: #8475DB;
}
.TagClassName
{
border-color: #8475DB;
}
</style>