Shades of Wild Blue Yonder #8496BF
Tints of Wild Blue Yonder #8496BF
RGB
CMYK
RGB Variations
Color information
#8496BF (or 0x8496BF) is known color: Wild Blue Yonder. HEX triplet: 84, 96 and BF. RGB value is (132,150,191). Sum of RGB (Red+Green+Blue) = 132+150+191=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #8496BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8496BF is #7B6940. Grayscale: #959595. Windows color (decimal): -8087873 or 12555908. OLE color: 12555908.
HSL color Cylindrical-coordinate representation of color #8496BF: hue angle of 221.69º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8496BF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 150 | 191 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.25 |
| HSL | 221.69º | 0.32% | 0.63% | - |
| HSV(B) | 221.69º | 0.31% | 0.75% | - |
| XYZ | 29.83 | 30.48 | 53.6 | - |
| YUV | 149.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 191 | 0.31 | 0.21 | 0 | 0.25 | 221.69 | 0.32 | 0.63 |
| Hex | 84 | 96 | BF | 1F | 15 | 0 | 19 | DE | 20 | 3F |
| Octal | 204 | 226 | 277 | 37 | 25 | 0 | 31 | 336 | 40 | 77 |
| Binary | 10000100 | 10010110 | 10111111 | 11111 | 10101 | 0 | 11001 | 11011110 | 100000 | 111111 |
Color Harmonies of #8496BF
Complementary color
Monochromatic Colors of #8496BF
Black with #8496BF
Text Example
Text Example
White with #8496BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8496BF; }
p { color: rgb(132,150,191); }
H1.HeaderClassName
{
color: #8496BF;
}
.AnyTagClassName
{
color: #8496BF;
}
</style>
background-color css
<style>
a { background-color: #8496BF; }
a { background-color: rgb(132,150,191); }
div.DivClassName
{
background-color: #8496BF;
}
.BgClassName
{
background-color: #8496BF;
}
</style>
border-color css
<style>
span { border-color: #8496BF; }
span { border-color: rgb(132,150,191); }
td.TdClassName
{
border-color: #8496BF;
}
.TagClassName
{
border-color: #8496BF;
}
</style>