Shades of Moody Blue #8082CC
Tints of Moody Blue #8082CC
RGB
CMYK
RGB Variations
Color information
#8082CC (or 0x8082CC) is known color: Moody Blue. HEX triplet: 80, 82 and CC. RGB value is (128,130,204). Sum of RGB (Red+Green+Blue) = 128+130+204=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #8082CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082CC is #7F7D33. Grayscale: #898989. Windows color (decimal): -8355124 or 13402752. OLE color: 13402752.
HSL color Cylindrical-coordinate representation of color #8082CC: hue angle of 238.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8082CC is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 128 | 130 | 204 | - |
CMYK | 0.37 | 0.36 | 0 | 0.2 |
HSL | 238.42º | 0.43% | 0.65% | - |
HSV(B) | 238.42º | 0.37% | 0.8% | - |
XYZ | 27.78 | 24.91 | 60.47 | - |
YUV | 137.84 | 165.34 | 120.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 128 | 130 | 204 | 0.37 | 0.36 | 0 | 0.2 | 238.42 | 0.43 | 0.65 |
Hex | 80 | 82 | CC | 25 | 24 | 0 | 14 | EE | 2B | 41 |
Octal | 200 | 202 | 314 | 45 | 44 | 0 | 24 | 356 | 53 | 101 |
Binary | 10000000 | 10000010 | 11001100 | 100101 | 100100 | 0 | 10100 | 11101110 | 101011 | 1000001 |
Color Harmonies of #8082CC
Complementary color
Monochromatic Colors of #8082CC
Black with #8082CC
Text Example
Text Example
White with #8082CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082CC; }
p { color: rgb(128,130,204); }
H1.HeaderClassName
{
color: #8082CC;
}
.AnyTagClassName
{
color: #8082CC;
}
</style>
background-color css
<style>
a { background-color: #8082CC; }
a { background-color: rgb(128,130,204); }
div.DivClassName
{
background-color: #8082CC;
}
.BgClassName
{
background-color: #8082CC;
}
</style>
border-color css
<style>
span { border-color: #8082CC; }
span { border-color: rgb(128,130,204); }
td.TdClassName
{
border-color: #8082CC;
}
.TagClassName
{
border-color: #8082CC;
}
</style>