Shades of Moody Blue #8677CA
Tints of Moody Blue #8677CA
RGB
CMYK
RGB Variations
Color information
#8677CA (or 0x8677CA) is known color: Moody Blue. HEX triplet: 86, 77 and CA. RGB value is (134,119,202). Sum of RGB (Red+Green+Blue) = 134+119+202=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #8677CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677CA is #798835. Grayscale: #848484. Windows color (decimal): -7964726 or 13268870. OLE color: 13268870.
HSL color Cylindrical-coordinate representation of color #8677CA: hue angle of 250.84º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8677CA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 119 | 202 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.21 |
| HSL | 250.84º | 0.44% | 0.63% | - |
| HSV(B) | 250.84º | 0.41% | 0.79% | - |
| XYZ | 27.09 | 22.53 | 58.8 | - |
| YUV | 132.95 | 166.97 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 202 | 0.34 | 0.41 | 0 | 0.21 | 250.84 | 0.44 | 0.63 |
| Hex | 86 | 77 | CA | 22 | 29 | 0 | 15 | FB | 2C | 3F |
| Octal | 206 | 167 | 312 | 42 | 51 | 0 | 25 | 373 | 54 | 77 |
| Binary | 10000110 | 1110111 | 11001010 | 100010 | 101001 | 0 | 10101 | 11111011 | 101100 | 111111 |
Color Harmonies of #8677CA
Complementary color
Monochromatic Colors of #8677CA
Black with #8677CA
Text Example
Text Example
White with #8677CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8677CA; }
p { color: rgb(134,119,202); }
H1.HeaderClassName
{
color: #8677CA;
}
.AnyTagClassName
{
color: #8677CA;
}
</style>
background-color css
<style>
a { background-color: #8677CA; }
a { background-color: rgb(134,119,202); }
div.DivClassName
{
background-color: #8677CA;
}
.BgClassName
{
background-color: #8677CA;
}
</style>
border-color css
<style>
span { border-color: #8677CA; }
span { border-color: rgb(134,119,202); }
td.TdClassName
{
border-color: #8677CA;
}
.TagClassName
{
border-color: #8677CA;
}
</style>