Shades of Wild Blue Yonder #8092BD
Tints of Wild Blue Yonder #8092BD
RGB
CMYK
RGB Variations
Color information
#8092BD (or 0x8092BD) is known color: Wild Blue Yonder. HEX triplet: 80, 92 and BD. RGB value is (128,146,189). Sum of RGB (Red+Green+Blue) = 128+146+189=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #8092BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8092BD is #7F6D42. Grayscale: #919191. Windows color (decimal): -8351043 or 12423808. OLE color: 12423808.
HSL color Cylindrical-coordinate representation of color #8092BD: hue angle of 222.3º degrees, saturation: 0.32, 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 #8092BD is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 146 | 189 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.26 |
| HSL | 222.3º | 0.32% | 0.62% | - |
| HSV(B) | 222.3º | 0.32% | 0.74% | - |
| XYZ | 28.37 | 28.82 | 52.21 | - |
| YUV | 145.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 189 | 0.32 | 0.23 | 0 | 0.26 | 222.3 | 0.32 | 0.62 |
| Hex | 80 | 92 | BD | 20 | 17 | 0 | 1A | DE | 20 | 3E |
| Octal | 200 | 222 | 275 | 40 | 27 | 0 | 32 | 336 | 40 | 76 |
| Binary | 10000000 | 10010010 | 10111101 | 100000 | 10111 | 0 | 11010 | 11011110 | 100000 | 111110 |
Color Harmonies of #8092BD
Complementary color
Monochromatic Colors of #8092BD
Black with #8092BD
Text Example
Text Example
White with #8092BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092BD; }
p { color: rgb(128,146,189); }
H1.HeaderClassName
{
color: #8092BD;
}
.AnyTagClassName
{
color: #8092BD;
}
</style>
background-color css
<style>
a { background-color: #8092BD; }
a { background-color: rgb(128,146,189); }
div.DivClassName
{
background-color: #8092BD;
}
.BgClassName
{
background-color: #8092BD;
}
</style>
border-color css
<style>
span { border-color: #8092BD; }
span { border-color: rgb(128,146,189); }
td.TdClassName
{
border-color: #8092BD;
}
.TagClassName
{
border-color: #8092BD;
}
</style>