Shades of Wild Blue Yonder #8082BB
Tints of Wild Blue Yonder #8082BB
RGB
CMYK
RGB Variations
Color information
#8082BB (or 0x8082BB) is known color: Wild Blue Yonder. HEX triplet: 80, 82 and BB. RGB value is (128,130,187). Sum of RGB (Red+Green+Blue) = 128+130+187=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #8082BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082BB is #7F7D44. Grayscale: #878787. Windows color (decimal): -8355141 or 12288640. OLE color: 12288640.
HSL color Cylindrical-coordinate representation of color #8082BB: hue angle of 237.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8082BB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 130 | 187 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.27 |
| HSL | 237.97º | 0.3% | 0.62% | - |
| HSV(B) | 237.97º | 0.32% | 0.73% | - |
| XYZ | 25.85 | 24.14 | 50.31 | - |
| YUV | 135.9 | 156.84 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 187 | 0.32 | 0.30 | 0 | 0.27 | 237.97 | 0.3 | 0.62 |
| Hex | 80 | 82 | BB | 20 | 1E | 0 | 1B | EE | 1E | 3E |
| Octal | 200 | 202 | 273 | 40 | 36 | 0 | 33 | 356 | 36 | 76 |
| Binary | 10000000 | 10000010 | 10111011 | 100000 | 11110 | 0 | 11011 | 11101110 | 11110 | 111110 |
Color Harmonies of #8082BB
Complementary color
Monochromatic Colors of #8082BB
Black with #8082BB
Text Example
Text Example
White with #8082BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082BB; }
p { color: rgb(128,130,187); }
H1.HeaderClassName
{
color: #8082BB;
}
.AnyTagClassName
{
color: #8082BB;
}
</style>
background-color css
<style>
a { background-color: #8082BB; }
a { background-color: rgb(128,130,187); }
div.DivClassName
{
background-color: #8082BB;
}
.BgClassName
{
background-color: #8082BB;
}
</style>
border-color css
<style>
span { border-color: #8082BB; }
span { border-color: rgb(128,130,187); }
td.TdClassName
{
border-color: #8082BB;
}
.TagClassName
{
border-color: #8082BB;
}
</style>