Shades of Wild Blue Yonder #8082B6
Tints of Wild Blue Yonder #8082B6
RGB
CMYK
RGB Variations
Color information
#8082B6 (or 0x8082B6) is known color: Wild Blue Yonder. HEX triplet: 80, 82 and B6. RGB value is (128,130,182). Sum of RGB (Red+Green+Blue) = 128+130+182=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #8082B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8082B6 is #7F7D49. Grayscale: #878787. Windows color (decimal): -8355146 or 11960960. OLE color: 11960960.
HSL color Cylindrical-coordinate representation of color #8082B6: hue angle of 237.78º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8082B6 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 130 | 182 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.29 |
| HSL | 237.78º | 0.27% | 0.61% | - |
| HSV(B) | 237.78º | 0.3% | 0.71% | - |
| XYZ | 25.33 | 23.93 | 47.54 | - |
| YUV | 135.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 182 | 0.30 | 0.29 | 0 | 0.29 | 237.78 | 0.27 | 0.61 |
| Hex | 80 | 82 | B6 | 1E | 1D | 0 | 1D | EE | 1B | 3D |
| Octal | 200 | 202 | 266 | 36 | 35 | 0 | 35 | 356 | 33 | 75 |
| Binary | 10000000 | 10000010 | 10110110 | 11110 | 11101 | 0 | 11101 | 11101110 | 11011 | 111101 |
Color Harmonies of #8082B6
Complementary color
Monochromatic Colors of #8082B6
Black with #8082B6
Text Example
Text Example
White with #8082B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8082B6; }
p { color: rgb(128,130,182); }
H1.HeaderClassName
{
color: #8082B6;
}
.AnyTagClassName
{
color: #8082B6;
}
</style>
background-color css
<style>
a { background-color: #8082B6; }
a { background-color: rgb(128,130,182); }
div.DivClassName
{
background-color: #8082B6;
}
.BgClassName
{
background-color: #8082B6;
}
</style>
border-color css
<style>
span { border-color: #8082B6; }
span { border-color: rgb(128,130,182); }
td.TdClassName
{
border-color: #8082B6;
}
.TagClassName
{
border-color: #8082B6;
}
</style>