Shades of Wild Blue Yonder #8293BD
Tints of Wild Blue Yonder #8293BD
RGB
CMYK
RGB Variations
Color information
#8293BD (or 0x8293BD) is known color: Wild Blue Yonder. HEX triplet: 82, 93 and BD. RGB value is (130,147,189). Sum of RGB (Red+Green+Blue) = 130+147+189=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #8293BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293BD is #7D6C42. Grayscale: #929292. Windows color (decimal): -8219715 or 12424066. OLE color: 12424066.
HSL color Cylindrical-coordinate representation of color #8293BD: hue angle of 222.71º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8293BD is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 147 | 189 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.26 |
| HSL | 222.71º | 0.31% | 0.63% | - |
| HSV(B) | 222.71º | 0.31% | 0.74% | - |
| XYZ | 28.82 | 29.29 | 52.28 | - |
| YUV | 146.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 189 | 0.31 | 0.22 | 0 | 0.26 | 222.71 | 0.31 | 0.63 |
| Hex | 82 | 93 | BD | 1F | 16 | 0 | 1A | DF | 1F | 3F |
| Octal | 202 | 223 | 275 | 37 | 26 | 0 | 32 | 337 | 37 | 77 |
| Binary | 10000010 | 10010011 | 10111101 | 11111 | 10110 | 0 | 11010 | 11011111 | 11111 | 111111 |
Color Harmonies of #8293BD
Complementary color
Monochromatic Colors of #8293BD
Black with #8293BD
Text Example
Text Example
White with #8293BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8293BD; }
p { color: rgb(130,147,189); }
H1.HeaderClassName
{
color: #8293BD;
}
.AnyTagClassName
{
color: #8293BD;
}
</style>
background-color css
<style>
a { background-color: #8293BD; }
a { background-color: rgb(130,147,189); }
div.DivClassName
{
background-color: #8293BD;
}
.BgClassName
{
background-color: #8293BD;
}
</style>
border-color css
<style>
span { border-color: #8293BD; }
span { border-color: rgb(130,147,189); }
td.TdClassName
{
border-color: #8293BD;
}
.TagClassName
{
border-color: #8293BD;
}
</style>