Shades of Moody Blue #8379C4
Tints of Moody Blue #8379C4
RGB
CMYK
RGB Variations
Color information
#8379C4 (or 0x8379C4) is known color: Moody Blue. HEX triplet: 83, 79 and C4. RGB value is (131,121,196). Sum of RGB (Red+Green+Blue) = 131+121+196=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 196 - color contains mainly: blue. Hex color #8379C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8379C4 is #7C863B. Grayscale: #848484. Windows color (decimal): -8160828 or 12876163. OLE color: 12876163.
HSL color Cylindrical-coordinate representation of color #8379C4: hue angle of 248º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8379C4 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 121 | 196 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.23 |
| HSL | 248º | 0.39% | 0.62% | - |
| HSV(B) | 248º | 0.38% | 0.77% | - |
| XYZ | 26.16 | 22.49 | 55.19 | - |
| YUV | 132.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 121 | 196 | 0.33 | 0.38 | 0 | 0.23 | 248 | 0.39 | 0.62 |
| Hex | 83 | 79 | C4 | 21 | 26 | 0 | 17 | F8 | 27 | 3E |
| Octal | 203 | 171 | 304 | 41 | 46 | 0 | 27 | 370 | 47 | 76 |
| Binary | 10000011 | 1111001 | 11000100 | 100001 | 100110 | 0 | 10111 | 11111000 | 100111 | 111110 |
Color Harmonies of #8379C4
Complementary color
Monochromatic Colors of #8379C4
Black with #8379C4
Text Example
Text Example
White with #8379C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8379C4; }
p { color: rgb(131,121,196); }
H1.HeaderClassName
{
color: #8379C4;
}
.AnyTagClassName
{
color: #8379C4;
}
</style>
background-color css
<style>
a { background-color: #8379C4; }
a { background-color: rgb(131,121,196); }
div.DivClassName
{
background-color: #8379C4;
}
.BgClassName
{
background-color: #8379C4;
}
</style>
border-color css
<style>
span { border-color: #8379C4; }
span { border-color: rgb(131,121,196); }
td.TdClassName
{
border-color: #8379C4;
}
.TagClassName
{
border-color: #8379C4;
}
</style>