Shades of Moody Blue #8383BC
Tints of Moody Blue #8383BC
RGB
CMYK
RGB Variations
Color information
#8383BC (or 0x8383BC) is known color: Moody Blue. HEX triplet: 83, 83 and BC. RGB value is (131,131,188). Sum of RGB (Red+Green+Blue) = 131+131+188=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #8383BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383BC is #7C7C43. Grayscale: #898989. Windows color (decimal): -8158276 or 12354435. OLE color: 12354435.
HSL color Cylindrical-coordinate representation of color #8383BC: hue angle of 240º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8383BC is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 131 | 188 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.26 |
| HSL | 240º | 0.3% | 0.63% | - |
| HSV(B) | 240º | 0.3% | 0.74% | - |
| XYZ | 26.55 | 24.69 | 50.94 | - |
| YUV | 137.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 188 | 0.30 | 0.30 | 0 | 0.26 | 240 | 0.3 | 0.63 |
| Hex | 83 | 83 | BC | 1E | 1E | 0 | 1A | F0 | 1E | 3F |
| Octal | 203 | 203 | 274 | 36 | 36 | 0 | 32 | 360 | 36 | 77 |
| Binary | 10000011 | 10000011 | 10111100 | 11110 | 11110 | 0 | 11010 | 11110000 | 11110 | 111111 |
Color Harmonies of #8383BC
Complementary color
Monochromatic Colors of #8383BC
Black with #8383BC
Text Example
Text Example
White with #8383BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8383BC; }
p { color: rgb(131,131,188); }
H1.HeaderClassName
{
color: #8383BC;
}
.AnyTagClassName
{
color: #8383BC;
}
</style>
background-color css
<style>
a { background-color: #8383BC; }
a { background-color: rgb(131,131,188); }
div.DivClassName
{
background-color: #8383BC;
}
.BgClassName
{
background-color: #8383BC;
}
</style>
border-color css
<style>
span { border-color: #8383BC; }
span { border-color: rgb(131,131,188); }
td.TdClassName
{
border-color: #8383BC;
}
.TagClassName
{
border-color: #8383BC;
}
</style>