Shades of Moody Blue #8275B5
Tints of Moody Blue #8275B5
RGB
CMYK
RGB Variations
Color information
#8275B5 (or 0x8275B5) is known color: Moody Blue. HEX triplet: 82, 75 and B5. RGB value is (130,117,181). Sum of RGB (Red+Green+Blue) = 130+117+181=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 181 - color contains mainly: blue. Hex color #8275B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8275B5 is #7D8A4A. Grayscale: #7F7F7F. Windows color (decimal): -8227403 or 11892098. OLE color: 11892098.
HSL color Cylindrical-coordinate representation of color #8275B5: hue angle of 252.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8275B5 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 117 | 181 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.29 |
| HSL | 252.19º | 0.3% | 0.58% | - |
| HSV(B) | 252.19º | 0.35% | 0.71% | - |
| XYZ | 23.91 | 20.8 | 46.47 | - |
| YUV | 128.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 181 | 0.28 | 0.35 | 0 | 0.29 | 252.19 | 0.3 | 0.58 |
| Hex | 82 | 75 | B5 | 1C | 23 | 0 | 1D | FC | 1E | 3A |
| Octal | 202 | 165 | 265 | 34 | 43 | 0 | 35 | 374 | 36 | 72 |
| Binary | 10000010 | 1110101 | 10110101 | 11100 | 100011 | 0 | 11101 | 11111100 | 11110 | 111010 |
Color Harmonies of #8275B5
Complementary color
Monochromatic Colors of #8275B5
Black with #8275B5
Text Example
Text Example
White with #8275B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8275B5; }
p { color: rgb(130,117,181); }
H1.HeaderClassName
{
color: #8275B5;
}
.AnyTagClassName
{
color: #8275B5;
}
</style>
background-color css
<style>
a { background-color: #8275B5; }
a { background-color: rgb(130,117,181); }
div.DivClassName
{
background-color: #8275B5;
}
.BgClassName
{
background-color: #8275B5;
}
</style>
border-color css
<style>
span { border-color: #8275B5; }
span { border-color: rgb(130,117,181); }
td.TdClassName
{
border-color: #8275B5;
}
.TagClassName
{
border-color: #8275B5;
}
</style>