Shades of Wild Blue Yonder #8490C2
Tints of Wild Blue Yonder #8490C2
RGB
CMYK
RGB Variations
Color information
#8490C2 (or 0x8490C2) is known color: Wild Blue Yonder. HEX triplet: 84, 90 and C2. RGB value is (132,144,194). Sum of RGB (Red+Green+Blue) = 132+144+194=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #8490C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8490C2 is #7B6F3D. Grayscale: #919191. Windows color (decimal): -8089406 or 12750980. OLE color: 12750980.
HSL color Cylindrical-coordinate representation of color #8490C2: hue angle of 228.39º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8490C2 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 144 | 194 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.24 |
| HSL | 228.39º | 0.34% | 0.64% | - |
| HSV(B) | 228.39º | 0.32% | 0.76% | - |
| XYZ | 29.23 | 28.75 | 55.05 | - |
| YUV | 146.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 194 | 0.32 | 0.26 | 0 | 0.24 | 228.39 | 0.34 | 0.64 |
| Hex | 84 | 90 | C2 | 20 | 1A | 0 | 18 | E4 | 22 | 40 |
| Octal | 204 | 220 | 302 | 40 | 32 | 0 | 30 | 344 | 42 | 100 |
| Binary | 10000100 | 10010000 | 11000010 | 100000 | 11010 | 0 | 11000 | 11100100 | 100010 | 1000000 |
Color Harmonies of #8490C2
Complementary color
Monochromatic Colors of #8490C2
Black with #8490C2
Text Example
Text Example
White with #8490C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8490C2; }
p { color: rgb(132,144,194); }
H1.HeaderClassName
{
color: #8490C2;
}
.AnyTagClassName
{
color: #8490C2;
}
</style>
background-color css
<style>
a { background-color: #8490C2; }
a { background-color: rgb(132,144,194); }
div.DivClassName
{
background-color: #8490C2;
}
.BgClassName
{
background-color: #8490C2;
}
</style>
border-color css
<style>
span { border-color: #8490C2; }
span { border-color: rgb(132,144,194); }
td.TdClassName
{
border-color: #8490C2;
}
.TagClassName
{
border-color: #8490C2;
}
</style>