Shades of Wild Blue Yonder #8491BC
Tints of Wild Blue Yonder #8491BC
RGB
CMYK
RGB Variations
Color information
#8491BC (or 0x8491BC) is known color: Wild Blue Yonder. HEX triplet: 84, 91 and BC. RGB value is (132,145,188). Sum of RGB (Red+Green+Blue) = 132+145+188=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #8491BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8491BC is #7B6E43. Grayscale: #919191. Windows color (decimal): -8089156 or 12358020. OLE color: 12358020.
HSL color Cylindrical-coordinate representation of color #8491BC: hue angle of 226.07º degrees, saturation: 0.29, 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 #8491BC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 145 | 188 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.26 |
| HSL | 226.07º | 0.29% | 0.63% | - |
| HSV(B) | 226.07º | 0.3% | 0.74% | - |
| XYZ | 28.72 | 28.79 | 51.62 | - |
| YUV | 146.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 188 | 0.30 | 0.23 | 0 | 0.26 | 226.07 | 0.29 | 0.63 |
| Hex | 84 | 91 | BC | 1E | 17 | 0 | 1A | E2 | 1D | 3F |
| Octal | 204 | 221 | 274 | 36 | 27 | 0 | 32 | 342 | 35 | 77 |
| Binary | 10000100 | 10010001 | 10111100 | 11110 | 10111 | 0 | 11010 | 11100010 | 11101 | 111111 |
Color Harmonies of #8491BC
Complementary color
Monochromatic Colors of #8491BC
Black with #8491BC
Text Example
Text Example
White with #8491BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8491BC; }
p { color: rgb(132,145,188); }
H1.HeaderClassName
{
color: #8491BC;
}
.AnyTagClassName
{
color: #8491BC;
}
</style>
background-color css
<style>
a { background-color: #8491BC; }
a { background-color: rgb(132,145,188); }
div.DivClassName
{
background-color: #8491BC;
}
.BgClassName
{
background-color: #8491BC;
}
</style>
border-color css
<style>
span { border-color: #8491BC; }
span { border-color: rgb(132,145,188); }
td.TdClassName
{
border-color: #8491BC;
}
.TagClassName
{
border-color: #8491BC;
}
</style>