Shades of Wild Blue Yonder #8495BA
Tints of Wild Blue Yonder #8495BA
RGB
CMYK
RGB Variations
Color information
#8495BA (or 0x8495BA) is known color: Wild Blue Yonder. HEX triplet: 84, 95 and BA. RGB value is (132,149,186). Sum of RGB (Red+Green+Blue) = 132+149+186=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 149 (58.59% from 255 or 31.91% 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 #8495BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495BA is #7B6A45. Grayscale: #939393. Windows color (decimal): -8088134 or 12227972. OLE color: 12227972.
HSL color Cylindrical-coordinate representation of color #8495BA: hue angle of 221.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8495BA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 149 | 186 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.27 |
| HSL | 221.11º | 0.28% | 0.62% | - |
| HSV(B) | 221.11º | 0.29% | 0.73% | - |
| XYZ | 29.13 | 29.95 | 50.7 | - |
| YUV | 148.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 186 | 0.29 | 0.20 | 0 | 0.27 | 221.11 | 0.28 | 0.62 |
| Hex | 84 | 95 | BA | 1D | 14 | 0 | 1B | DD | 1C | 3E |
| Octal | 204 | 225 | 272 | 35 | 24 | 0 | 33 | 335 | 34 | 76 |
| Binary | 10000100 | 10010101 | 10111010 | 11101 | 10100 | 0 | 11011 | 11011101 | 11100 | 111110 |
Color Harmonies of #8495BA
Complementary color
Monochromatic Colors of #8495BA
Black with #8495BA
Text Example
Text Example
White with #8495BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8495BA; }
p { color: rgb(132,149,186); }
H1.HeaderClassName
{
color: #8495BA;
}
.AnyTagClassName
{
color: #8495BA;
}
</style>
background-color css
<style>
a { background-color: #8495BA; }
a { background-color: rgb(132,149,186); }
div.DivClassName
{
background-color: #8495BA;
}
.BgClassName
{
background-color: #8495BA;
}
</style>
border-color css
<style>
span { border-color: #8495BA; }
span { border-color: rgb(132,149,186); }
td.TdClassName
{
border-color: #8495BA;
}
.TagClassName
{
border-color: #8495BA;
}
</style>