Shades of Moody Blue #8374CB
Tints of Moody Blue #8374CB
RGB
CMYK
RGB Variations
Color information
#8374CB (or 0x8374CB) is known color: Moody Blue. HEX triplet: 83, 74 and CB. RGB value is (131,116,203). Sum of RGB (Red+Green+Blue) = 131+116+203=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #8374CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374CB is #7C8B34. Grayscale: #828282. Windows color (decimal): -8162101 or 13333635. OLE color: 13333635.
HSL color Cylindrical-coordinate representation of color #8374CB: hue angle of 250.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8374CB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 116 | 203 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.20 |
| HSL | 250.34º | 0.46% | 0.63% | - |
| HSV(B) | 250.34º | 0.43% | 0.8% | - |
| XYZ | 26.38 | 21.63 | 59.28 | - |
| YUV | 130.4 | 168.97 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 203 | 0.35 | 0.43 | 0 | 0.20 | 250.34 | 0.46 | 0.63 |
| Hex | 83 | 74 | CB | 23 | 2B | 0 | 14 | FA | 2E | 3F |
| Octal | 203 | 164 | 313 | 43 | 53 | 0 | 24 | 372 | 56 | 77 |
| Binary | 10000011 | 1110100 | 11001011 | 100011 | 101011 | 0 | 10100 | 11111010 | 101110 | 111111 |
Color Harmonies of #8374CB
Complementary color
Monochromatic Colors of #8374CB
Black with #8374CB
Text Example
Text Example
White with #8374CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8374CB; }
p { color: rgb(131,116,203); }
H1.HeaderClassName
{
color: #8374CB;
}
.AnyTagClassName
{
color: #8374CB;
}
</style>
background-color css
<style>
a { background-color: #8374CB; }
a { background-color: rgb(131,116,203); }
div.DivClassName
{
background-color: #8374CB;
}
.BgClassName
{
background-color: #8374CB;
}
</style>
border-color css
<style>
span { border-color: #8374CB; }
span { border-color: rgb(131,116,203); }
td.TdClassName
{
border-color: #8374CB;
}
.TagClassName
{
border-color: #8374CB;
}
</style>