Shades of Moody Blue #8783BD
Tints of Moody Blue #8783BD
RGB
CMYK
RGB Variations
Color information
#8783BD (or 0x8783BD) is known color: Moody Blue. HEX triplet: 87, 83 and BD. RGB value is (135,131,189). Sum of RGB (Red+Green+Blue) = 135+131+189=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #8783BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8783BD is #787C42. Grayscale: #8A8A8A. Windows color (decimal): -7896131 or 12419975. OLE color: 12419975.
HSL color Cylindrical-coordinate representation of color #8783BD: hue angle of 244.14º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8783BD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 131 | 189 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.26 |
| HSL | 244.14º | 0.31% | 0.63% | - |
| HSV(B) | 244.14º | 0.31% | 0.74% | - |
| XYZ | 27.29 | 25.06 | 51.54 | - |
| YUV | 138.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 131 | 189 | 0.29 | 0.31 | 0 | 0.26 | 244.14 | 0.31 | 0.63 |
| Hex | 87 | 83 | BD | 1D | 1F | 0 | 1A | F4 | 1F | 3F |
| Octal | 207 | 203 | 275 | 35 | 37 | 0 | 32 | 364 | 37 | 77 |
| Binary | 10000111 | 10000011 | 10111101 | 11101 | 11111 | 0 | 11010 | 11110100 | 11111 | 111111 |
Color Harmonies of #8783BD
Complementary color
Monochromatic Colors of #8783BD
Black with #8783BD
Text Example
Text Example
White with #8783BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8783BD; }
p { color: rgb(135,131,189); }
H1.HeaderClassName
{
color: #8783BD;
}
.AnyTagClassName
{
color: #8783BD;
}
</style>
background-color css
<style>
a { background-color: #8783BD; }
a { background-color: rgb(135,131,189); }
div.DivClassName
{
background-color: #8783BD;
}
.BgClassName
{
background-color: #8783BD;
}
</style>
border-color css
<style>
span { border-color: #8783BD; }
span { border-color: rgb(135,131,189); }
td.TdClassName
{
border-color: #8783BD;
}
.TagClassName
{
border-color: #8783BD;
}
</style>