Shades of Moody Blue #8688C4
Tints of Moody Blue #8688C4
RGB
CMYK
RGB Variations
Color information
#8688C4 (or 0x8688C4) is known color: Moody Blue. HEX triplet: 86, 88 and C4. RGB value is (134,136,196). Sum of RGB (Red+Green+Blue) = 134+136+196=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #8688C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8688C4 is #79773B. Grayscale: #8E8E8E. Windows color (decimal): -7960380 or 12880006. OLE color: 12880006.
HSL color Cylindrical-coordinate representation of color #8688C4: hue angle of 238.06º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8688C4 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 136 | 196 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.23 |
| HSL | 238.06º | 0.34% | 0.65% | - |
| HSV(B) | 238.06º | 0.32% | 0.77% | - |
| XYZ | 28.6 | 26.66 | 55.86 | - |
| YUV | 142.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 196 | 0.32 | 0.31 | 0 | 0.23 | 238.06 | 0.34 | 0.65 |
| Hex | 86 | 88 | C4 | 20 | 1F | 0 | 17 | EE | 22 | 41 |
| Octal | 206 | 210 | 304 | 40 | 37 | 0 | 27 | 356 | 42 | 101 |
| Binary | 10000110 | 10001000 | 11000100 | 100000 | 11111 | 0 | 10111 | 11101110 | 100010 | 1000001 |
Color Harmonies of #8688C4
Complementary color
Monochromatic Colors of #8688C4
Black with #8688C4
Text Example
Text Example
White with #8688C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8688C4; }
p { color: rgb(134,136,196); }
H1.HeaderClassName
{
color: #8688C4;
}
.AnyTagClassName
{
color: #8688C4;
}
</style>
background-color css
<style>
a { background-color: #8688C4; }
a { background-color: rgb(134,136,196); }
div.DivClassName
{
background-color: #8688C4;
}
.BgClassName
{
background-color: #8688C4;
}
</style>
border-color css
<style>
span { border-color: #8688C4; }
span { border-color: rgb(134,136,196); }
td.TdClassName
{
border-color: #8688C4;
}
.TagClassName
{
border-color: #8688C4;
}
</style>