Shades of Moody Blue #8083C4
Tints of Moody Blue #8083C4
RGB
CMYK
RGB Variations
Color information
#8083C4 (or 0x8083C4) is known color: Moody Blue. HEX triplet: 80, 83 and C4. RGB value is (128,131,196). Sum of RGB (Red+Green+Blue) = 128+131+196=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 196 - color contains mainly: blue. Hex color #8083C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083C4 is #7F7C3B. Grayscale: #898989. Windows color (decimal): -8354876 or 12878720. OLE color: 12878720.
HSL color Cylindrical-coordinate representation of color #8083C4: hue angle of 237.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8083C4 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 131 | 196 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.23 |
| HSL | 237.35º | 0.37% | 0.64% | - |
| HSV(B) | 237.35º | 0.35% | 0.77% | - |
| XYZ | 26.98 | 24.81 | 55.59 | - |
| YUV | 137.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 196 | 0.35 | 0.33 | 0 | 0.23 | 237.35 | 0.37 | 0.64 |
| Hex | 80 | 83 | C4 | 23 | 21 | 0 | 17 | ED | 25 | 40 |
| Octal | 200 | 203 | 304 | 43 | 41 | 0 | 27 | 355 | 45 | 100 |
| Binary | 10000000 | 10000011 | 11000100 | 100011 | 100001 | 0 | 10111 | 11101101 | 100101 | 1000000 |
Color Harmonies of #8083C4
Complementary color
Monochromatic Colors of #8083C4
Black with #8083C4
Text Example
Text Example
White with #8083C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083C4; }
p { color: rgb(128,131,196); }
H1.HeaderClassName
{
color: #8083C4;
}
.AnyTagClassName
{
color: #8083C4;
}
</style>
background-color css
<style>
a { background-color: #8083C4; }
a { background-color: rgb(128,131,196); }
div.DivClassName
{
background-color: #8083C4;
}
.BgClassName
{
background-color: #8083C4;
}
</style>
border-color css
<style>
span { border-color: #8083C4; }
span { border-color: rgb(128,131,196); }
td.TdClassName
{
border-color: #8083C4;
}
.TagClassName
{
border-color: #8083C4;
}
</style>