Shades of Wild Blue Yonder #8490BC
Tints of Wild Blue Yonder #8490BC
RGB
CMYK
RGB Variations
Color information
#8490BC (or 0x8490BC) is known color: Wild Blue Yonder. HEX triplet: 84, 90 and BC. RGB value is (132,144,188). Sum of RGB (Red+Green+Blue) = 132+144+188=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #8490BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490BC is #7B6F43. Grayscale: #919191. Windows color (decimal): -8089412 or 12357764. OLE color: 12357764.
HSL color Cylindrical-coordinate representation of color #8490BC: hue angle of 227.14º 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 #8490BC is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 144 | 188 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.26 |
| HSL | 227.14º | 0.29% | 0.63% | - |
| HSV(B) | 227.14º | 0.3% | 0.74% | - |
| XYZ | 28.57 | 28.48 | 51.57 | - |
| YUV | 145.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 188 | 0.30 | 0.23 | 0 | 0.26 | 227.14 | 0.29 | 0.63 |
| Hex | 84 | 90 | BC | 1E | 17 | 0 | 1A | E3 | 1D | 3F |
| Octal | 204 | 220 | 274 | 36 | 27 | 0 | 32 | 343 | 35 | 77 |
| Binary | 10000100 | 10010000 | 10111100 | 11110 | 10111 | 0 | 11010 | 11100011 | 11101 | 111111 |
Color Harmonies of #8490BC
Complementary color
Monochromatic Colors of #8490BC
Black with #8490BC
Text Example
Text Example
White with #8490BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490BC; }
p { color: rgb(132,144,188); }
H1.HeaderClassName
{
color: #8490BC;
}
.AnyTagClassName
{
color: #8490BC;
}
</style>
background-color css
<style>
a { background-color: #8490BC; }
a { background-color: rgb(132,144,188); }
div.DivClassName
{
background-color: #8490BC;
}
.BgClassName
{
background-color: #8490BC;
}
</style>
border-color css
<style>
span { border-color: #8490BC; }
span { border-color: rgb(132,144,188); }
td.TdClassName
{
border-color: #8490BC;
}
.TagClassName
{
border-color: #8490BC;
}
</style>