Shades of Moody Blue #816BC3
Tints of Moody Blue #816BC3
RGB
CMYK
RGB Variations
Color information
#816BC3 (or 0x816BC3) is known color: Moody Blue. HEX triplet: 81, 6B and C3. RGB value is (129,107,195). Sum of RGB (Red+Green+Blue) = 129+107+195=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #816BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BC3 is #7E943C. Grayscale: #7B7B7B. Windows color (decimal): -8295485 or 12807041. OLE color: 12807041.
HSL color Cylindrical-coordinate representation of color #816BC3: hue angle of 255º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816BC3 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 107 | 195 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.24 |
| HSL | 255º | 0.42% | 0.59% | - |
| HSV(B) | 255º | 0.45% | 0.76% | - |
| XYZ | 24.16 | 19.12 | 54.05 | - |
| YUV | 123.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 195 | 0.34 | 0.45 | 0 | 0.24 | 255 | 0.42 | 0.59 |
| Hex | 81 | 6B | C3 | 22 | 2D | 0 | 18 | FF | 2A | 3B |
| Octal | 201 | 153 | 303 | 42 | 55 | 0 | 30 | 377 | 52 | 73 |
| Binary | 10000001 | 1101011 | 11000011 | 100010 | 101101 | 0 | 11000 | 11111111 | 101010 | 111011 |
Color Harmonies of #816BC3
Complementary color
Monochromatic Colors of #816BC3
Black with #816BC3
Text Example
Text Example
White with #816BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BC3; }
p { color: rgb(129,107,195); }
H1.HeaderClassName
{
color: #816BC3;
}
.AnyTagClassName
{
color: #816BC3;
}
</style>
background-color css
<style>
a { background-color: #816BC3; }
a { background-color: rgb(129,107,195); }
div.DivClassName
{
background-color: #816BC3;
}
.BgClassName
{
background-color: #816BC3;
}
</style>
border-color css
<style>
span { border-color: #816BC3; }
span { border-color: rgb(129,107,195); }
td.TdClassName
{
border-color: #816BC3;
}
.TagClassName
{
border-color: #816BC3;
}
</style>