Shades of Wild Blue Yonder #8491BD
Tints of Wild Blue Yonder #8491BD
RGB
CMYK
RGB Variations
Color information
#8491BD (or 0x8491BD) is known color: Wild Blue Yonder. HEX triplet: 84, 91 and BD. RGB value is (132,145,189). Sum of RGB (Red+Green+Blue) = 132+145+189=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 145 (57.03% from 255 or 31.12% 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 #8491BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491BD is #7B6E42. Grayscale: #919191. Windows color (decimal): -8089155 or 12423556. OLE color: 12423556.
HSL color Cylindrical-coordinate representation of color #8491BD: hue angle of 226.32º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8491BD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 145 | 189 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.26 |
| HSL | 226.32º | 0.3% | 0.63% | - |
| HSV(B) | 226.32º | 0.3% | 0.74% | - |
| XYZ | 28.83 | 28.83 | 52.19 | - |
| YUV | 146.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 189 | 0.30 | 0.23 | 0 | 0.26 | 226.32 | 0.3 | 0.63 |
| Hex | 84 | 91 | BD | 1E | 17 | 0 | 1A | E2 | 1E | 3F |
| Octal | 204 | 221 | 275 | 36 | 27 | 0 | 32 | 342 | 36 | 77 |
| Binary | 10000100 | 10010001 | 10111101 | 11110 | 10111 | 0 | 11010 | 11100010 | 11110 | 111111 |
Color Harmonies of #8491BD
Complementary color
Monochromatic Colors of #8491BD
Black with #8491BD
Text Example
Text Example
White with #8491BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491BD; }
p { color: rgb(132,145,189); }
H1.HeaderClassName
{
color: #8491BD;
}
.AnyTagClassName
{
color: #8491BD;
}
</style>
background-color css
<style>
a { background-color: #8491BD; }
a { background-color: rgb(132,145,189); }
div.DivClassName
{
background-color: #8491BD;
}
.BgClassName
{
background-color: #8491BD;
}
</style>
border-color css
<style>
span { border-color: #8491BD; }
span { border-color: rgb(132,145,189); }
td.TdClassName
{
border-color: #8491BD;
}
.TagClassName
{
border-color: #8491BD;
}
</style>