Shades of Moody Blue #8082BE
Tints of Moody Blue #8082BE
RGB
CMYK
RGB Variations
Color information
#8082BE (or 0x8082BE) is known color: Moody Blue. HEX triplet: 80, 82 and BE. RGB value is (128,130,190). Sum of RGB (Red+Green+Blue) = 128+130+190=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #8082BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082BE is #7F7D41. Grayscale: #888888. Windows color (decimal): -8355138 or 12485248. OLE color: 12485248.
HSL color Cylindrical-coordinate representation of color #8082BE: hue angle of 238.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8082BE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 130 | 190 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.25 |
| HSL | 238.06º | 0.32% | 0.62% | - |
| HSV(B) | 238.06º | 0.33% | 0.75% | - |
| XYZ | 26.18 | 24.27 | 52.02 | - |
| YUV | 136.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 190 | 0.33 | 0.32 | 0 | 0.25 | 238.06 | 0.32 | 0.62 |
| Hex | 80 | 82 | BE | 21 | 20 | 0 | 19 | EE | 20 | 3E |
| Octal | 200 | 202 | 276 | 41 | 40 | 0 | 31 | 356 | 40 | 76 |
| Binary | 10000000 | 10000010 | 10111110 | 100001 | 100000 | 0 | 11001 | 11101110 | 100000 | 111110 |
Color Harmonies of #8082BE
Complementary color
Monochromatic Colors of #8082BE
Black with #8082BE
Text Example
Text Example
White with #8082BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082BE; }
p { color: rgb(128,130,190); }
H1.HeaderClassName
{
color: #8082BE;
}
.AnyTagClassName
{
color: #8082BE;
}
</style>
background-color css
<style>
a { background-color: #8082BE; }
a { background-color: rgb(128,130,190); }
div.DivClassName
{
background-color: #8082BE;
}
.BgClassName
{
background-color: #8082BE;
}
</style>
border-color css
<style>
span { border-color: #8082BE; }
span { border-color: rgb(128,130,190); }
td.TdClassName
{
border-color: #8082BE;
}
.TagClassName
{
border-color: #8082BE;
}
</style>