Shades of Moody Blue #8082CF
Tints of Moody Blue #8082CF
RGB
CMYK
RGB Variations
Color information
#8082CF (or 0x8082CF) is known color: Moody Blue. HEX triplet: 80, 82 and CF. RGB value is (128,130,207). Sum of RGB (Red+Green+Blue) = 128+130+207=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #8082CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082CF is #7F7D30. Grayscale: #898989. Windows color (decimal): -8355121 or 13599360. OLE color: 13599360.
HSL color Cylindrical-coordinate representation of color #8082CF: hue angle of 238.48º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8082CF is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 130 | 207 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.19 |
| HSL | 238.48º | 0.45% | 0.66% | - |
| HSV(B) | 238.48º | 0.38% | 0.81% | - |
| XYZ | 28.15 | 25.06 | 62.38 | - |
| YUV | 138.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 207 | 0.38 | 0.37 | 0 | 0.19 | 238.48 | 0.45 | 0.66 |
| Hex | 80 | 82 | CF | 26 | 25 | 0 | 13 | EE | 2D | 42 |
| Octal | 200 | 202 | 317 | 46 | 45 | 0 | 23 | 356 | 55 | 102 |
| Binary | 10000000 | 10000010 | 11001111 | 100110 | 100101 | 0 | 10011 | 11101110 | 101101 | 1000010 |
Color Harmonies of #8082CF
Complementary color
Monochromatic Colors of #8082CF
Black with #8082CF
Text Example
Text Example
White with #8082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082CF; }
p { color: rgb(128,130,207); }
H1.HeaderClassName
{
color: #8082CF;
}
.AnyTagClassName
{
color: #8082CF;
}
</style>
background-color css
<style>
a { background-color: #8082CF; }
a { background-color: rgb(128,130,207); }
div.DivClassName
{
background-color: #8082CF;
}
.BgClassName
{
background-color: #8082CF;
}
</style>
border-color css
<style>
span { border-color: #8082CF; }
span { border-color: rgb(128,130,207); }
td.TdClassName
{
border-color: #8082CF;
}
.TagClassName
{
border-color: #8082CF;
}
</style>