Shades of Moody Blue #8380B5
Tints of Moody Blue #8380B5
RGB
CMYK
RGB Variations
Color information
#8380B5 (or 0x8380B5) is known color: Moody Blue. HEX triplet: 83, 80 and B5. RGB value is (131,128,181). Sum of RGB (Red+Green+Blue) = 131+128+181=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #8380B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380B5 is #7C7F4A. Grayscale: #868686. Windows color (decimal): -8159051 or 11894915. OLE color: 11894915.
HSL color Cylindrical-coordinate representation of color #8380B5: hue angle of 243.4º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8380B5 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 128 | 181 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.29 |
| HSL | 243.4º | 0.26% | 0.61% | - |
| HSV(B) | 243.4º | 0.29% | 0.71% | - |
| XYZ | 25.42 | 23.6 | 46.93 | - |
| YUV | 134.94 | 153.99 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 181 | 0.28 | 0.29 | 0 | 0.29 | 243.4 | 0.26 | 0.61 |
| Hex | 83 | 80 | B5 | 1C | 1D | 0 | 1D | F3 | 1A | 3D |
| Octal | 203 | 200 | 265 | 34 | 35 | 0 | 35 | 363 | 32 | 75 |
| Binary | 10000011 | 10000000 | 10110101 | 11100 | 11101 | 0 | 11101 | 11110011 | 11010 | 111101 |
Color Harmonies of #8380B5
Complementary color
Monochromatic Colors of #8380B5
Black with #8380B5
Text Example
Text Example
White with #8380B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380B5; }
p { color: rgb(131,128,181); }
H1.HeaderClassName
{
color: #8380B5;
}
.AnyTagClassName
{
color: #8380B5;
}
</style>
background-color css
<style>
a { background-color: #8380B5; }
a { background-color: rgb(131,128,181); }
div.DivClassName
{
background-color: #8380B5;
}
.BgClassName
{
background-color: #8380B5;
}
</style>
border-color css
<style>
span { border-color: #8380B5; }
span { border-color: rgb(131,128,181); }
td.TdClassName
{
border-color: #8380B5;
}
.TagClassName
{
border-color: #8380B5;
}
</style>