Shades of Moody Blue #8683CC
Tints of Moody Blue #8683CC
RGB
CMYK
RGB Variations
Color information
#8683CC (or 0x8683CC) is known color: Moody Blue. HEX triplet: 86, 83 and CC. RGB value is (134,131,204). Sum of RGB (Red+Green+Blue) = 134+131+204=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #8683CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8683CC is #797C33. Grayscale: #8B8B8B. Windows color (decimal): -7961652 or 13403014. OLE color: 13403014.
HSL color Cylindrical-coordinate representation of color #8683CC: hue angle of 242.47º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8683CC is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 131 | 204 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.2 |
| HSL | 242.47º | 0.42% | 0.66% | - |
| HSV(B) | 242.47º | 0.36% | 0.8% | - |
| XYZ | 28.85 | 25.66 | 60.56 | - |
| YUV | 140.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 204 | 0.34 | 0.36 | 0 | 0.2 | 242.47 | 0.42 | 0.66 |
| Hex | 86 | 83 | CC | 22 | 24 | 0 | 14 | F2 | 2A | 42 |
| Octal | 206 | 203 | 314 | 42 | 44 | 0 | 24 | 362 | 52 | 102 |
| Binary | 10000110 | 10000011 | 11001100 | 100010 | 100100 | 0 | 10100 | 11110010 | 101010 | 1000010 |
Color Harmonies of #8683CC
Complementary color
Monochromatic Colors of #8683CC
Black with #8683CC
Text Example
Text Example
White with #8683CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8683CC; }
p { color: rgb(134,131,204); }
H1.HeaderClassName
{
color: #8683CC;
}
.AnyTagClassName
{
color: #8683CC;
}
</style>
background-color css
<style>
a { background-color: #8683CC; }
a { background-color: rgb(134,131,204); }
div.DivClassName
{
background-color: #8683CC;
}
.BgClassName
{
background-color: #8683CC;
}
</style>
border-color css
<style>
span { border-color: #8683CC; }
span { border-color: rgb(134,131,204); }
td.TdClassName
{
border-color: #8683CC;
}
.TagClassName
{
border-color: #8683CC;
}
</style>