Shades of Wild Blue Yonder #8293BB
Tints of Wild Blue Yonder #8293BB
RGB
CMYK
RGB Variations
Color information
#8293BB (or 0x8293BB) is known color: Wild Blue Yonder. HEX triplet: 82, 93 and BB. RGB value is (130,147,187). Sum of RGB (Red+Green+Blue) = 130+147+187=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #8293BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293BB is #7D6C44. Grayscale: #929292. Windows color (decimal): -8219717 or 12292994. OLE color: 12292994.
HSL color Cylindrical-coordinate representation of color #8293BB: hue angle of 222.11º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8293BB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 147 | 187 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.27 |
| HSL | 222.11º | 0.3% | 0.62% | - |
| HSV(B) | 222.11º | 0.3% | 0.73% | - |
| XYZ | 28.61 | 29.2 | 51.14 | - |
| YUV | 146.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 187 | 0.30 | 0.21 | 0 | 0.27 | 222.11 | 0.3 | 0.62 |
| Hex | 82 | 93 | BB | 1E | 15 | 0 | 1B | DE | 1E | 3E |
| Octal | 202 | 223 | 273 | 36 | 25 | 0 | 33 | 336 | 36 | 76 |
| Binary | 10000010 | 10010011 | 10111011 | 11110 | 10101 | 0 | 11011 | 11011110 | 11110 | 111110 |
Color Harmonies of #8293BB
Complementary color
Monochromatic Colors of #8293BB
Black with #8293BB
Text Example
Text Example
White with #8293BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293BB; }
p { color: rgb(130,147,187); }
H1.HeaderClassName
{
color: #8293BB;
}
.AnyTagClassName
{
color: #8293BB;
}
</style>
background-color css
<style>
a { background-color: #8293BB; }
a { background-color: rgb(130,147,187); }
div.DivClassName
{
background-color: #8293BB;
}
.BgClassName
{
background-color: #8293BB;
}
</style>
border-color css
<style>
span { border-color: #8293BB; }
span { border-color: rgb(130,147,187); }
td.TdClassName
{
border-color: #8293BB;
}
.TagClassName
{
border-color: #8293BB;
}
</style>