Shades of Moody Blue #8380C2
Tints of Moody Blue #8380C2
RGB
CMYK
RGB Variations
Color information
#8380C2 (or 0x8380C2) is known color: Moody Blue. HEX triplet: 83, 80 and C2. RGB value is (131,128,194). Sum of RGB (Red+Green+Blue) = 131+128+194=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #8380C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380C2 is #7C7F3D. Grayscale: #888888. Windows color (decimal): -8159038 or 12746883. OLE color: 12746883.
HSL color Cylindrical-coordinate representation of color #8380C2: hue angle of 242.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8380C2 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 128 | 194 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.24 |
| HSL | 242.73º | 0.35% | 0.63% | - |
| HSV(B) | 242.73º | 0.34% | 0.76% | - |
| XYZ | 26.82 | 24.16 | 54.29 | - |
| YUV | 136.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 194 | 0.32 | 0.34 | 0 | 0.24 | 242.73 | 0.35 | 0.63 |
| Hex | 83 | 80 | C2 | 20 | 22 | 0 | 18 | F3 | 23 | 3F |
| Octal | 203 | 200 | 302 | 40 | 42 | 0 | 30 | 363 | 43 | 77 |
| Binary | 10000011 | 10000000 | 11000010 | 100000 | 100010 | 0 | 11000 | 11110011 | 100011 | 111111 |
Color Harmonies of #8380C2
Complementary color
Monochromatic Colors of #8380C2
Black with #8380C2
Text Example
Text Example
White with #8380C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380C2; }
p { color: rgb(131,128,194); }
H1.HeaderClassName
{
color: #8380C2;
}
.AnyTagClassName
{
color: #8380C2;
}
</style>
background-color css
<style>
a { background-color: #8380C2; }
a { background-color: rgb(131,128,194); }
div.DivClassName
{
background-color: #8380C2;
}
.BgClassName
{
background-color: #8380C2;
}
</style>
border-color css
<style>
span { border-color: #8380C2; }
span { border-color: rgb(131,128,194); }
td.TdClassName
{
border-color: #8380C2;
}
.TagClassName
{
border-color: #8380C2;
}
</style>