Shades of Moody Blue #8275DB
Tints of Moody Blue #8275DB
RGB
CMYK
RGB Variations
Color information
#8275DB (or 0x8275DB) is known color: Moody Blue. HEX triplet: 82, 75 and DB. RGB value is (130,117,219). Sum of RGB (Red+Green+Blue) = 130+117+219=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #8275DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275DB is #7D8A24. Grayscale: #848484. Windows color (decimal): -8227365 or 14382466. OLE color: 14382466.
HSL color Cylindrical-coordinate representation of color #8275DB: hue angle of 247.65º 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 #8275DB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 117 | 219 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.14 |
| HSL | 247.65º | 0.59% | 0.66% | - |
| HSV(B) | 247.65º | 0.47% | 0.86% | - |
| XYZ | 28.35 | 22.58 | 69.88 | - |
| YUV | 132.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 219 | 0.41 | 0.47 | 0 | 0.14 | 247.65 | 0.59 | 0.66 |
| Hex | 82 | 75 | DB | 29 | 2F | 0 | E | F8 | 3B | 42 |
| Octal | 202 | 165 | 333 | 51 | 57 | 0 | 16 | 370 | 73 | 102 |
| Binary | 10000010 | 1110101 | 11011011 | 101001 | 101111 | 0 | 1110 | 11111000 | 111011 | 1000010 |
Color Harmonies of #8275DB
Complementary color
Monochromatic Colors of #8275DB
Black with #8275DB
Text Example
Text Example
White with #8275DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8275DB; }
p { color: rgb(130,117,219); }
H1.HeaderClassName
{
color: #8275DB;
}
.AnyTagClassName
{
color: #8275DB;
}
</style>
background-color css
<style>
a { background-color: #8275DB; }
a { background-color: rgb(130,117,219); }
div.DivClassName
{
background-color: #8275DB;
}
.BgClassName
{
background-color: #8275DB;
}
</style>
border-color css
<style>
span { border-color: #8275DB; }
span { border-color: rgb(130,117,219); }
td.TdClassName
{
border-color: #8275DB;
}
.TagClassName
{
border-color: #8275DB;
}
</style>