Shades of Wild Blue Yonder #8083BC
Tints of Wild Blue Yonder #8083BC
RGB
CMYK
RGB Variations
Color information
#8083BC (or 0x8083BC) is known color: Wild Blue Yonder. HEX triplet: 80, 83 and BC. RGB value is (128,131,188). Sum of RGB (Red+Green+Blue) = 128+131+188=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #8083BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083BC is #7F7C43. Grayscale: #888888. Windows color (decimal): -8354884 or 12354432. OLE color: 12354432.
HSL color Cylindrical-coordinate representation of color #8083BC: hue angle of 237º 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 #8083BC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 131 | 188 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.26 |
| HSL | 237º | 0.31% | 0.62% | - |
| HSV(B) | 237º | 0.32% | 0.74% | - |
| XYZ | 26.1 | 24.45 | 50.92 | - |
| YUV | 136.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 188 | 0.32 | 0.30 | 0 | 0.26 | 237 | 0.31 | 0.62 |
| Hex | 80 | 83 | BC | 20 | 1E | 0 | 1A | ED | 1F | 3E |
| Octal | 200 | 203 | 274 | 40 | 36 | 0 | 32 | 355 | 37 | 76 |
| Binary | 10000000 | 10000011 | 10111100 | 100000 | 11110 | 0 | 11010 | 11101101 | 11111 | 111110 |
Color Harmonies of #8083BC
Complementary color
Monochromatic Colors of #8083BC
Black with #8083BC
Text Example
Text Example
White with #8083BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083BC; }
p { color: rgb(128,131,188); }
H1.HeaderClassName
{
color: #8083BC;
}
.AnyTagClassName
{
color: #8083BC;
}
</style>
background-color css
<style>
a { background-color: #8083BC; }
a { background-color: rgb(128,131,188); }
div.DivClassName
{
background-color: #8083BC;
}
.BgClassName
{
background-color: #8083BC;
}
</style>
border-color css
<style>
span { border-color: #8083BC; }
span { border-color: rgb(128,131,188); }
td.TdClassName
{
border-color: #8083BC;
}
.TagClassName
{
border-color: #8083BC;
}
</style>