Shades of Moody Blue #8681CB
Tints of Moody Blue #8681CB
RGB
CMYK
RGB Variations
Color information
#8681CB (or 0x8681CB) is known color: Moody Blue. HEX triplet: 86, 81 and CB. RGB value is (134,129,203). Sum of RGB (Red+Green+Blue) = 134+129+203=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #8681CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8681CB is #797E34. Grayscale: #8A8A8A. Windows color (decimal): -7962165 or 13336966. OLE color: 13336966.
HSL color Cylindrical-coordinate representation of color #8681CB: hue angle of 244.05º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8681CB is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 129 | 203 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.20 |
| HSL | 244.05º | 0.42% | 0.65% | - |
| HSV(B) | 244.05º | 0.36% | 0.8% | - |
| XYZ | 28.46 | 25.08 | 59.84 | - |
| YUV | 138.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 129 | 203 | 0.34 | 0.36 | 0 | 0.20 | 244.05 | 0.42 | 0.65 |
| Hex | 86 | 81 | CB | 22 | 24 | 0 | 14 | F4 | 2A | 41 |
| Octal | 206 | 201 | 313 | 42 | 44 | 0 | 24 | 364 | 52 | 101 |
| Binary | 10000110 | 10000001 | 11001011 | 100010 | 100100 | 0 | 10100 | 11110100 | 101010 | 1000001 |
Color Harmonies of #8681CB
Complementary color
Monochromatic Colors of #8681CB
Black with #8681CB
Text Example
Text Example
White with #8681CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8681CB; }
p { color: rgb(134,129,203); }
H1.HeaderClassName
{
color: #8681CB;
}
.AnyTagClassName
{
color: #8681CB;
}
</style>
background-color css
<style>
a { background-color: #8681CB; }
a { background-color: rgb(134,129,203); }
div.DivClassName
{
background-color: #8681CB;
}
.BgClassName
{
background-color: #8681CB;
}
</style>
border-color css
<style>
span { border-color: #8681CB; }
span { border-color: rgb(134,129,203); }
td.TdClassName
{
border-color: #8681CB;
}
.TagClassName
{
border-color: #8681CB;
}
</style>