Shades of Wild Blue Yonder #8297BA
Tints of Wild Blue Yonder #8297BA
RGB
CMYK
RGB Variations
Color information
#8297BA (or 0x8297BA) is known color: Wild Blue Yonder. HEX triplet: 82, 97 and BA. RGB value is (130,151,186). Sum of RGB (Red+Green+Blue) = 130+151+186=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8297BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297BA is #7D6845. Grayscale: #949494. Windows color (decimal): -8218694 or 12228482. OLE color: 12228482.
HSL color Cylindrical-coordinate representation of color #8297BA: hue angle of 217.5º degrees, saturation: 0.29, 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 #8297BA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 151 | 186 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.27 |
| HSL | 217.5º | 0.29% | 0.62% | - |
| HSV(B) | 217.5º | 0.3% | 0.73% | - |
| XYZ | 29.14 | 30.42 | 50.79 | - |
| YUV | 148.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 186 | 0.30 | 0.19 | 0 | 0.27 | 217.5 | 0.29 | 0.62 |
| Hex | 82 | 97 | BA | 1E | 13 | 0 | 1B | DA | 1D | 3E |
| Octal | 202 | 227 | 272 | 36 | 23 | 0 | 33 | 332 | 35 | 76 |
| Binary | 10000010 | 10010111 | 10111010 | 11110 | 10011 | 0 | 11011 | 11011010 | 11101 | 111110 |
Color Harmonies of #8297BA
Complementary color
Monochromatic Colors of #8297BA
Black with #8297BA
Text Example
Text Example
White with #8297BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8297BA; }
p { color: rgb(130,151,186); }
H1.HeaderClassName
{
color: #8297BA;
}
.AnyTagClassName
{
color: #8297BA;
}
</style>
background-color css
<style>
a { background-color: #8297BA; }
a { background-color: rgb(130,151,186); }
div.DivClassName
{
background-color: #8297BA;
}
.BgClassName
{
background-color: #8297BA;
}
</style>
border-color css
<style>
span { border-color: #8297BA; }
span { border-color: rgb(130,151,186); }
td.TdClassName
{
border-color: #8297BA;
}
.TagClassName
{
border-color: #8297BA;
}
</style>