Shades of Moody Blue #8381CE
Tints of Moody Blue #8381CE
RGB
CMYK
RGB Variations
Color information
#8381CE (or 0x8381CE) is known color: Moody Blue. HEX triplet: 83, 81 and CE. RGB value is (131,129,206). Sum of RGB (Red+Green+Blue) = 131+129+206=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #8381CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8381CE is #7C7E31. Grayscale: #8A8A8A. Windows color (decimal): -8158770 or 13533571. OLE color: 13533571.
HSL color Cylindrical-coordinate representation of color #8381CE: hue angle of 241.56º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8381CE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 129 | 206 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.19 |
| HSL | 241.56º | 0.44% | 0.66% | - |
| HSV(B) | 241.56º | 0.37% | 0.81% | - |
| XYZ | 28.35 | 24.98 | 61.72 | - |
| YUV | 138.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 206 | 0.36 | 0.37 | 0 | 0.19 | 241.56 | 0.44 | 0.66 |
| Hex | 83 | 81 | CE | 24 | 25 | 0 | 13 | F2 | 2C | 42 |
| Octal | 203 | 201 | 316 | 44 | 45 | 0 | 23 | 362 | 54 | 102 |
| Binary | 10000011 | 10000001 | 11001110 | 100100 | 100101 | 0 | 10011 | 11110010 | 101100 | 1000010 |
Color Harmonies of #8381CE
Complementary color
Monochromatic Colors of #8381CE
Black with #8381CE
Text Example
Text Example
White with #8381CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381CE; }
p { color: rgb(131,129,206); }
H1.HeaderClassName
{
color: #8381CE;
}
.AnyTagClassName
{
color: #8381CE;
}
</style>
background-color css
<style>
a { background-color: #8381CE; }
a { background-color: rgb(131,129,206); }
div.DivClassName
{
background-color: #8381CE;
}
.BgClassName
{
background-color: #8381CE;
}
</style>
border-color css
<style>
span { border-color: #8381CE; }
span { border-color: rgb(131,129,206); }
td.TdClassName
{
border-color: #8381CE;
}
.TagClassName
{
border-color: #8381CE;
}
</style>