Shades of Moody Blue #8C82C3
Tints of Moody Blue #8C82C3
RGB
CMYK
RGB Variations
Color information
#8C82C3 (or 0x8C82C3) is known color: Moody Blue. HEX triplet: 8C, 82 and C3. RGB value is (140,130,195). Sum of RGB (Red+Green+Blue) = 140+130+195=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #8C82C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82C3 is #737D3C. Grayscale: #8C8C8C. Windows color (decimal): -7568701 or 12812940. OLE color: 12812940.
HSL color Cylindrical-coordinate representation of color #8C82C3: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C82C3 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 130 | 195 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.24 |
| HSL | 249.23º | 0.35% | 0.64% | - |
| HSV(B) | 249.23º | 0.33% | 0.76% | - |
| XYZ | 28.65 | 25.48 | 55.04 | - |
| YUV | 140.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 195 | 0.28 | 0.33 | 0 | 0.24 | 249.23 | 0.35 | 0.64 |
| Hex | 8C | 82 | C3 | 1C | 21 | 0 | 18 | F9 | 23 | 40 |
| Octal | 214 | 202 | 303 | 34 | 41 | 0 | 30 | 371 | 43 | 100 |
| Binary | 10001100 | 10000010 | 11000011 | 11100 | 100001 | 0 | 11000 | 11111001 | 100011 | 1000000 |
Color Harmonies of #8C82C3
Complementary color
Monochromatic Colors of #8C82C3
Black with #8C82C3
Text Example
Text Example
White with #8C82C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82C3; }
p { color: rgb(140,130,195); }
H1.HeaderClassName
{
color: #8C82C3;
}
.AnyTagClassName
{
color: #8C82C3;
}
</style>
background-color css
<style>
a { background-color: #8C82C3; }
a { background-color: rgb(140,130,195); }
div.DivClassName
{
background-color: #8C82C3;
}
.BgClassName
{
background-color: #8C82C3;
}
</style>
border-color css
<style>
span { border-color: #8C82C3; }
span { border-color: rgb(140,130,195); }
td.TdClassName
{
border-color: #8C82C3;
}
.TagClassName
{
border-color: #8C82C3;
}
</style>