Shades of Moody Blue #8675CC
Tints of Moody Blue #8675CC
RGB
CMYK
RGB Variations
Color information
#8675CC (or 0x8675CC) is known color: Moody Blue. HEX triplet: 86, 75 and CC. RGB value is (134,117,204). Sum of RGB (Red+Green+Blue) = 134+117+204=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #8675CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675CC is #798A33. Grayscale: #838383. Windows color (decimal): -7965236 or 13399430. OLE color: 13399430.
HSL color Cylindrical-coordinate representation of color #8675CC: hue angle of 251.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8675CC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 117 | 204 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.2 |
| HSL | 251.72º | 0.46% | 0.63% | - |
| HSV(B) | 251.72º | 0.43% | 0.8% | - |
| XYZ | 27.09 | 22.15 | 59.97 | - |
| YUV | 132 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 204 | 0.34 | 0.43 | 0 | 0.2 | 251.72 | 0.46 | 0.63 |
| Hex | 86 | 75 | CC | 22 | 2B | 0 | 14 | FC | 2E | 3F |
| Octal | 206 | 165 | 314 | 42 | 53 | 0 | 24 | 374 | 56 | 77 |
| Binary | 10000110 | 1110101 | 11001100 | 100010 | 101011 | 0 | 10100 | 11111100 | 101110 | 111111 |
Color Harmonies of #8675CC
Complementary color
Monochromatic Colors of #8675CC
Black with #8675CC
Text Example
Text Example
White with #8675CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8675CC; }
p { color: rgb(134,117,204); }
H1.HeaderClassName
{
color: #8675CC;
}
.AnyTagClassName
{
color: #8675CC;
}
</style>
background-color css
<style>
a { background-color: #8675CC; }
a { background-color: rgb(134,117,204); }
div.DivClassName
{
background-color: #8675CC;
}
.BgClassName
{
background-color: #8675CC;
}
</style>
border-color css
<style>
span { border-color: #8675CC; }
span { border-color: rgb(134,117,204); }
td.TdClassName
{
border-color: #8675CC;
}
.TagClassName
{
border-color: #8675CC;
}
</style>