Shades of Moody Blue #8082BF
Tints of Moody Blue #8082BF
RGB
CMYK
RGB Variations
Color information
#8082BF (or 0x8082BF) is known color: Moody Blue. HEX triplet: 80, 82 and BF. RGB value is (128,130,191). Sum of RGB (Red+Green+Blue) = 128+130+191=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #8082BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082BF is #7F7D40. Grayscale: #888888. Windows color (decimal): -8355137 or 12550784. OLE color: 12550784.
HSL color Cylindrical-coordinate representation of color #8082BF: hue angle of 238.1º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8082BF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 130 | 191 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.25 |
| HSL | 238.1º | 0.33% | 0.63% | - |
| HSV(B) | 238.1º | 0.33% | 0.75% | - |
| XYZ | 26.29 | 24.32 | 52.6 | - |
| YUV | 136.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 191 | 0.33 | 0.32 | 0 | 0.25 | 238.1 | 0.33 | 0.63 |
| Hex | 80 | 82 | BF | 21 | 20 | 0 | 19 | EE | 21 | 3F |
| Octal | 200 | 202 | 277 | 41 | 40 | 0 | 31 | 356 | 41 | 77 |
| Binary | 10000000 | 10000010 | 10111111 | 100001 | 100000 | 0 | 11001 | 11101110 | 100001 | 111111 |
Color Harmonies of #8082BF
Complementary color
Monochromatic Colors of #8082BF
Black with #8082BF
Text Example
Text Example
White with #8082BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082BF; }
p { color: rgb(128,130,191); }
H1.HeaderClassName
{
color: #8082BF;
}
.AnyTagClassName
{
color: #8082BF;
}
</style>
background-color css
<style>
a { background-color: #8082BF; }
a { background-color: rgb(128,130,191); }
div.DivClassName
{
background-color: #8082BF;
}
.BgClassName
{
background-color: #8082BF;
}
</style>
border-color css
<style>
span { border-color: #8082BF; }
span { border-color: rgb(128,130,191); }
td.TdClassName
{
border-color: #8082BF;
}
.TagClassName
{
border-color: #8082BF;
}
</style>