Shades of Wild Blue Yonder #8082BC
Tints of Wild Blue Yonder #8082BC
RGB
CMYK
RGB Variations
Color information
#8082BC (or 0x8082BC) is known color: Wild Blue Yonder. HEX triplet: 80, 82 and BC. RGB value is (128,130,188). Sum of RGB (Red+Green+Blue) = 128+130+188=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #8082BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082BC is #7F7D43. Grayscale: #878787. Windows color (decimal): -8355140 or 12354176. OLE color: 12354176.
HSL color Cylindrical-coordinate representation of color #8082BC: hue angle of 238º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8082BC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 130 | 188 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.26 |
| HSL | 238º | 0.31% | 0.62% | - |
| HSV(B) | 238º | 0.32% | 0.74% | - |
| XYZ | 25.96 | 24.19 | 50.88 | - |
| YUV | 136.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 188 | 0.32 | 0.31 | 0 | 0.26 | 238 | 0.31 | 0.62 |
| Hex | 80 | 82 | BC | 20 | 1F | 0 | 1A | EE | 1F | 3E |
| Octal | 200 | 202 | 274 | 40 | 37 | 0 | 32 | 356 | 37 | 76 |
| Binary | 10000000 | 10000010 | 10111100 | 100000 | 11111 | 0 | 11010 | 11101110 | 11111 | 111110 |
Color Harmonies of #8082BC
Complementary color
Monochromatic Colors of #8082BC
Black with #8082BC
Text Example
Text Example
White with #8082BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082BC; }
p { color: rgb(128,130,188); }
H1.HeaderClassName
{
color: #8082BC;
}
.AnyTagClassName
{
color: #8082BC;
}
</style>
background-color css
<style>
a { background-color: #8082BC; }
a { background-color: rgb(128,130,188); }
div.DivClassName
{
background-color: #8082BC;
}
.BgClassName
{
background-color: #8082BC;
}
</style>
border-color css
<style>
span { border-color: #8082BC; }
span { border-color: rgb(128,130,188); }
td.TdClassName
{
border-color: #8082BC;
}
.TagClassName
{
border-color: #8082BC;
}
</style>