Shades of Moody Blue #8380BD
Tints of Moody Blue #8380BD
RGB
CMYK
RGB Variations
Color information
#8380BD (or 0x8380BD) is known color: Moody Blue. HEX triplet: 83, 80 and BD. RGB value is (131,128,189). Sum of RGB (Red+Green+Blue) = 131+128+189=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #8380BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380BD is #7C7F42. Grayscale: #878787. Windows color (decimal): -8159043 or 12419203. OLE color: 12419203.
HSL color Cylindrical-coordinate representation of color #8380BD: hue angle of 242.95º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8380BD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 128 | 189 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.26 |
| HSL | 242.95º | 0.32% | 0.62% | - |
| HSV(B) | 242.95º | 0.32% | 0.74% | - |
| XYZ | 26.26 | 23.94 | 51.38 | - |
| YUV | 135.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 189 | 0.31 | 0.32 | 0 | 0.26 | 242.95 | 0.32 | 0.62 |
| Hex | 83 | 80 | BD | 1F | 20 | 0 | 1A | F3 | 20 | 3E |
| Octal | 203 | 200 | 275 | 37 | 40 | 0 | 32 | 363 | 40 | 76 |
| Binary | 10000011 | 10000000 | 10111101 | 11111 | 100000 | 0 | 11010 | 11110011 | 100000 | 111110 |
Color Harmonies of #8380BD
Complementary color
Monochromatic Colors of #8380BD
Black with #8380BD
Text Example
Text Example
White with #8380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380BD; }
p { color: rgb(131,128,189); }
H1.HeaderClassName
{
color: #8380BD;
}
.AnyTagClassName
{
color: #8380BD;
}
</style>
background-color css
<style>
a { background-color: #8380BD; }
a { background-color: rgb(131,128,189); }
div.DivClassName
{
background-color: #8380BD;
}
.BgClassName
{
background-color: #8380BD;
}
</style>
border-color css
<style>
span { border-color: #8380BD; }
span { border-color: rgb(131,128,189); }
td.TdClassName
{
border-color: #8380BD;
}
.TagClassName
{
border-color: #8380BD;
}
</style>