Shades of Wild Blue Yonder #8093BB
Tints of Wild Blue Yonder #8093BB
RGB
CMYK
RGB Variations
Color information
#8093BB (or 0x8093BB) is known color: Wild Blue Yonder. HEX triplet: 80, 93 and BB. RGB value is (128,147,187). Sum of RGB (Red+Green+Blue) = 128+147+187=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #8093BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093BB is #7F6C44. Grayscale: #919191. Windows color (decimal): -8350789 or 12292992. OLE color: 12292992.
HSL color Cylindrical-coordinate representation of color #8093BB: hue angle of 220.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8093BB is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 147 | 187 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.27 |
| HSL | 220.68º | 0.3% | 0.62% | - |
| HSV(B) | 220.68º | 0.32% | 0.73% | - |
| XYZ | 28.31 | 29.04 | 51.13 | - |
| YUV | 145.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 187 | 0.32 | 0.21 | 0 | 0.27 | 220.68 | 0.3 | 0.62 |
| Hex | 80 | 93 | BB | 20 | 15 | 0 | 1B | DD | 1E | 3E |
| Octal | 200 | 223 | 273 | 40 | 25 | 0 | 33 | 335 | 36 | 76 |
| Binary | 10000000 | 10010011 | 10111011 | 100000 | 10101 | 0 | 11011 | 11011101 | 11110 | 111110 |
Color Harmonies of #8093BB
Complementary color
Monochromatic Colors of #8093BB
Black with #8093BB
Text Example
Text Example
White with #8093BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8093BB; }
p { color: rgb(128,147,187); }
H1.HeaderClassName
{
color: #8093BB;
}
.AnyTagClassName
{
color: #8093BB;
}
</style>
background-color css
<style>
a { background-color: #8093BB; }
a { background-color: rgb(128,147,187); }
div.DivClassName
{
background-color: #8093BB;
}
.BgClassName
{
background-color: #8093BB;
}
</style>
border-color css
<style>
span { border-color: #8093BB; }
span { border-color: rgb(128,147,187); }
td.TdClassName
{
border-color: #8093BB;
}
.TagClassName
{
border-color: #8093BB;
}
</style>