Shades of Moody Blue #8380D2
Tints of Moody Blue #8380D2
RGB
CMYK
RGB Variations
Color information
#8380D2 (or 0x8380D2) is known color: Moody Blue. HEX triplet: 83, 80 and D2. RGB value is (131,128,210). Sum of RGB (Red+Green+Blue) = 131+128+210=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #8380D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380D2 is #7C7F2D. Grayscale: #898989. Windows color (decimal): -8159022 or 13795459. OLE color: 13795459.
HSL color Cylindrical-coordinate representation of color #8380D2: hue angle of 242.2º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8380D2 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 128 | 210 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.18 |
| HSL | 242.2º | 0.48% | 0.66% | - |
| HSV(B) | 242.2º | 0.39% | 0.82% | - |
| XYZ | 28.71 | 24.92 | 64.27 | - |
| YUV | 138.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 128 | 210 | 0.38 | 0.39 | 0 | 0.18 | 242.2 | 0.48 | 0.66 |
| Hex | 83 | 80 | D2 | 26 | 27 | 0 | 12 | F2 | 30 | 42 |
| Octal | 203 | 200 | 322 | 46 | 47 | 0 | 22 | 362 | 60 | 102 |
| Binary | 10000011 | 10000000 | 11010010 | 100110 | 100111 | 0 | 10010 | 11110010 | 110000 | 1000010 |
Color Harmonies of #8380D2
Complementary color
Monochromatic Colors of #8380D2
Black with #8380D2
Text Example
Text Example
White with #8380D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8380D2; }
p { color: rgb(131,128,210); }
H1.HeaderClassName
{
color: #8380D2;
}
.AnyTagClassName
{
color: #8380D2;
}
</style>
background-color css
<style>
a { background-color: #8380D2; }
a { background-color: rgb(131,128,210); }
div.DivClassName
{
background-color: #8380D2;
}
.BgClassName
{
background-color: #8380D2;
}
</style>
border-color css
<style>
span { border-color: #8380D2; }
span { border-color: rgb(131,128,210); }
td.TdClassName
{
border-color: #8380D2;
}
.TagClassName
{
border-color: #8380D2;
}
</style>