Shades of Moody Blue #8581C1
Tints of Moody Blue #8581C1
RGB
CMYK
RGB Variations
Color information
#8581C1 (or 0x8581C1) is known color: Moody Blue. HEX triplet: 85, 81 and C1. RGB value is (133,129,193). Sum of RGB (Red+Green+Blue) = 133+129+193=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #8581C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8581C1 is #7A7E3E. Grayscale: #898989. Windows color (decimal): -8027711 or 12681605. OLE color: 12681605.
HSL color Cylindrical-coordinate representation of color #8581C1: hue angle of 243.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8581C1 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 129 | 193 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.24 |
| HSL | 243.75º | 0.34% | 0.63% | - |
| HSV(B) | 243.75º | 0.33% | 0.76% | - |
| XYZ | 27.15 | 24.54 | 53.76 | - |
| YUV | 137.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 193 | 0.31 | 0.33 | 0 | 0.24 | 243.75 | 0.34 | 0.63 |
| Hex | 85 | 81 | C1 | 1F | 21 | 0 | 18 | F4 | 22 | 3F |
| Octal | 205 | 201 | 301 | 37 | 41 | 0 | 30 | 364 | 42 | 77 |
| Binary | 10000101 | 10000001 | 11000001 | 11111 | 100001 | 0 | 11000 | 11110100 | 100010 | 111111 |
Color Harmonies of #8581C1
Complementary color
Monochromatic Colors of #8581C1
Black with #8581C1
Text Example
Text Example
White with #8581C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8581C1; }
p { color: rgb(133,129,193); }
H1.HeaderClassName
{
color: #8581C1;
}
.AnyTagClassName
{
color: #8581C1;
}
</style>
background-color css
<style>
a { background-color: #8581C1; }
a { background-color: rgb(133,129,193); }
div.DivClassName
{
background-color: #8581C1;
}
.BgClassName
{
background-color: #8581C1;
}
</style>
border-color css
<style>
span { border-color: #8581C1; }
span { border-color: rgb(133,129,193); }
td.TdClassName
{
border-color: #8581C1;
}
.TagClassName
{
border-color: #8581C1;
}
</style>