Shades of Wild Blue Yonder #8490B7
Tints of Wild Blue Yonder #8490B7
RGB
CMYK
RGB Variations
Color information
#8490B7 (or 0x8490B7) is known color: Wild Blue Yonder. HEX triplet: 84, 90 and B7. RGB value is (132,144,183). Sum of RGB (Red+Green+Blue) = 132+144+183=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 183 - color contains mainly: blue. Hex color #8490B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490B7 is #7B6F48. Grayscale: #909090. Windows color (decimal): -8089417 or 12030084. OLE color: 12030084.
HSL color Cylindrical-coordinate representation of color #8490B7: hue angle of 225.88º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8490B7 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 144 | 183 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.28 |
| HSL | 225.88º | 0.26% | 0.62% | - |
| HSV(B) | 225.88º | 0.28% | 0.72% | - |
| XYZ | 28.04 | 28.27 | 48.78 | - |
| YUV | 144.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 183 | 0.28 | 0.21 | 0 | 0.28 | 225.88 | 0.26 | 0.62 |
| Hex | 84 | 90 | B7 | 1C | 15 | 0 | 1C | E2 | 1A | 3E |
| Octal | 204 | 220 | 267 | 34 | 25 | 0 | 34 | 342 | 32 | 76 |
| Binary | 10000100 | 10010000 | 10110111 | 11100 | 10101 | 0 | 11100 | 11100010 | 11010 | 111110 |
Color Harmonies of #8490B7
Complementary color
Monochromatic Colors of #8490B7
Black with #8490B7
Text Example
Text Example
White with #8490B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490B7; }
p { color: rgb(132,144,183); }
H1.HeaderClassName
{
color: #8490B7;
}
.AnyTagClassName
{
color: #8490B7;
}
</style>
background-color css
<style>
a { background-color: #8490B7; }
a { background-color: rgb(132,144,183); }
div.DivClassName
{
background-color: #8490B7;
}
.BgClassName
{
background-color: #8490B7;
}
</style>
border-color css
<style>
span { border-color: #8490B7; }
span { border-color: rgb(132,144,183); }
td.TdClassName
{
border-color: #8490B7;
}
.TagClassName
{
border-color: #8490B7;
}
</style>