Shades of Moody Blue #8381AF
Tints of Moody Blue #8381AF
RGB
CMYK
RGB Variations
Color information
#8381AF (or 0x8381AF) is known color: Moody Blue. HEX triplet: 83, 81 and AF. RGB value is (131,129,175). Sum of RGB (Red+Green+Blue) = 131+129+175=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #8381AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8381AF is #7C7E50. Grayscale: #868686. Windows color (decimal): -8158801 or 11501955. OLE color: 11501955.
HSL color Cylindrical-coordinate representation of color #8381AF: hue angle of 242.61º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8381AF is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 129 | 175 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.31 |
| HSL | 242.61º | 0.22% | 0.6% | - |
| HSV(B) | 242.61º | 0.26% | 0.69% | - |
| XYZ | 24.95 | 23.62 | 43.8 | - |
| YUV | 134.84 | 150.66 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 175 | 0.25 | 0.26 | 0 | 0.31 | 242.61 | 0.22 | 0.6 |
| Hex | 83 | 81 | AF | 19 | 1A | 0 | 1F | F3 | 16 | 3C |
| Octal | 203 | 201 | 257 | 31 | 32 | 0 | 37 | 363 | 26 | 74 |
| Binary | 10000011 | 10000001 | 10101111 | 11001 | 11010 | 0 | 11111 | 11110011 | 10110 | 111100 |
Color Harmonies of #8381AF
Complementary color
Monochromatic Colors of #8381AF
Black with #8381AF
Text Example
Text Example
White with #8381AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381AF; }
p { color: rgb(131,129,175); }
H1.HeaderClassName
{
color: #8381AF;
}
.AnyTagClassName
{
color: #8381AF;
}
</style>
background-color css
<style>
a { background-color: #8381AF; }
a { background-color: rgb(131,129,175); }
div.DivClassName
{
background-color: #8381AF;
}
.BgClassName
{
background-color: #8381AF;
}
</style>
border-color css
<style>
span { border-color: #8381AF; }
span { border-color: rgb(131,129,175); }
td.TdClassName
{
border-color: #8381AF;
}
.TagClassName
{
border-color: #8381AF;
}
</style>