Shades of Moody Blue #8675BD
Tints of Moody Blue #8675BD
RGB
CMYK
RGB Variations
Color information
#8675BD (or 0x8675BD) is known color: Moody Blue. HEX triplet: 86, 75 and BD. RGB value is (134,117,189). Sum of RGB (Red+Green+Blue) = 134+117+189=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8675BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675BD is #798A42. Grayscale: #828282. Windows color (decimal): -7965251 or 12416390. OLE color: 12416390.
HSL color Cylindrical-coordinate representation of color #8675BD: hue angle of 254.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8675BD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 117 | 189 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.26 |
| HSL | 254.17º | 0.35% | 0.6% | - |
| HSV(B) | 254.17º | 0.38% | 0.74% | - |
| XYZ | 25.38 | 21.47 | 50.95 | - |
| YUV | 130.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 189 | 0.29 | 0.38 | 0 | 0.26 | 254.17 | 0.35 | 0.6 |
| Hex | 86 | 75 | BD | 1D | 26 | 0 | 1A | FE | 23 | 3C |
| Octal | 206 | 165 | 275 | 35 | 46 | 0 | 32 | 376 | 43 | 74 |
| Binary | 10000110 | 1110101 | 10111101 | 11101 | 100110 | 0 | 11010 | 11111110 | 100011 | 111100 |
Color Harmonies of #8675BD
Complementary color
Monochromatic Colors of #8675BD
Black with #8675BD
Text Example
Text Example
White with #8675BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675BD; }
p { color: rgb(134,117,189); }
H1.HeaderClassName
{
color: #8675BD;
}
.AnyTagClassName
{
color: #8675BD;
}
</style>
background-color css
<style>
a { background-color: #8675BD; }
a { background-color: rgb(134,117,189); }
div.DivClassName
{
background-color: #8675BD;
}
.BgClassName
{
background-color: #8675BD;
}
</style>
border-color css
<style>
span { border-color: #8675BD; }
span { border-color: rgb(134,117,189); }
td.TdClassName
{
border-color: #8675BD;
}
.TagClassName
{
border-color: #8675BD;
}
</style>