Shades of Wild Blue Yonder #8098BC
Tints of Wild Blue Yonder #8098BC
RGB
CMYK
RGB Variations
Color information
#8098BC (or 0x8098BC) is known color: Wild Blue Yonder. HEX triplet: 80, 98 and BC. RGB value is (128,152,188). Sum of RGB (Red+Green+Blue) = 128+152+188=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #8098BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8098BC is #7F6743. Grayscale: #949494. Windows color (decimal): -8349508 or 12359808. OLE color: 12359808.
HSL color Cylindrical-coordinate representation of color #8098BC: hue angle of 216º 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 #8098BC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 152 | 188 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.26 |
| HSL | 216º | 0.31% | 0.62% | - |
| HSV(B) | 216º | 0.32% | 0.74% | - |
| XYZ | 29.21 | 30.68 | 51.96 | - |
| YUV | 148.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 188 | 0.32 | 0.19 | 0 | 0.26 | 216 | 0.31 | 0.62 |
| Hex | 80 | 98 | BC | 20 | 13 | 0 | 1A | D8 | 1F | 3E |
| Octal | 200 | 230 | 274 | 40 | 23 | 0 | 32 | 330 | 37 | 76 |
| Binary | 10000000 | 10011000 | 10111100 | 100000 | 10011 | 0 | 11010 | 11011000 | 11111 | 111110 |
Color Harmonies of #8098BC
Complementary color
Monochromatic Colors of #8098BC
Black with #8098BC
Text Example
Text Example
White with #8098BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8098BC; }
p { color: rgb(128,152,188); }
H1.HeaderClassName
{
color: #8098BC;
}
.AnyTagClassName
{
color: #8098BC;
}
</style>
background-color css
<style>
a { background-color: #8098BC; }
a { background-color: rgb(128,152,188); }
div.DivClassName
{
background-color: #8098BC;
}
.BgClassName
{
background-color: #8098BC;
}
</style>
border-color css
<style>
span { border-color: #8098BC; }
span { border-color: rgb(128,152,188); }
td.TdClassName
{
border-color: #8098BC;
}
.TagClassName
{
border-color: #8098BC;
}
</style>