Shades of Wild Blue Yonder #8092C0
Tints of Wild Blue Yonder #8092C0
RGB
CMYK
RGB Variations
Color information
#8092C0 (or 0x8092C0) is known color: Wild Blue Yonder. HEX triplet: 80, 92 and C0. RGB value is (128,146,192). Sum of RGB (Red+Green+Blue) = 128+146+192=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #8092C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092C0 is #7F6D3F. Grayscale: #919191. Windows color (decimal): -8351040 or 12620416. OLE color: 12620416.
HSL color Cylindrical-coordinate representation of color #8092C0: hue angle of 223.12º degrees, saturation: 0.34, 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 #8092C0 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 146 | 192 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.25 |
| HSL | 223.13º | 0.34% | 0.63% | - |
| HSV(B) | 223.13º | 0.33% | 0.75% | - |
| XYZ | 28.7 | 28.95 | 53.95 | - |
| YUV | 145.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 192 | 0.33 | 0.24 | 0 | 0.25 | 223.13 | 0.34 | 0.63 |
| Hex | 80 | 92 | C0 | 21 | 18 | 0 | 19 | DF | 22 | 3F |
| Octal | 200 | 222 | 300 | 41 | 30 | 0 | 31 | 337 | 42 | 77 |
| Binary | 10000000 | 10010010 | 11000000 | 100001 | 11000 | 0 | 11001 | 11011111 | 100010 | 111111 |
Color Harmonies of #8092C0
Complementary color
Monochromatic Colors of #8092C0
Black with #8092C0
Text Example
Text Example
White with #8092C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092C0; }
p { color: rgb(128,146,192); }
H1.HeaderClassName
{
color: #8092C0;
}
.AnyTagClassName
{
color: #8092C0;
}
</style>
background-color css
<style>
a { background-color: #8092C0; }
a { background-color: rgb(128,146,192); }
div.DivClassName
{
background-color: #8092C0;
}
.BgClassName
{
background-color: #8092C0;
}
</style>
border-color css
<style>
span { border-color: #8092C0; }
span { border-color: rgb(128,146,192); }
td.TdClassName
{
border-color: #8092C0;
}
.TagClassName
{
border-color: #8092C0;
}
</style>