Shades of Wild Blue Yonder #8990C1
Tints of Wild Blue Yonder #8990C1
RGB
CMYK
RGB Variations
Color information
#8990C1 (or 0x8990C1) is known color: Wild Blue Yonder. HEX triplet: 89, 90 and C1. RGB value is (137,144,193). Sum of RGB (Red+Green+Blue) = 137+144+193=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #8990C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8990C1 is #766F3E. Grayscale: #939393. Windows color (decimal): -7761727 or 12685449. OLE color: 12685449.
HSL color Cylindrical-coordinate representation of color #8990C1: hue angle of 232.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8990C1 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 144 | 193 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.24 |
| HSL | 232.5º | 0.31% | 0.65% | - |
| HSV(B) | 232.5º | 0.29% | 0.76% | - |
| XYZ | 29.92 | 29.12 | 54.5 | - |
| YUV | 147.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 193 | 0.29 | 0.25 | 0 | 0.24 | 232.5 | 0.31 | 0.65 |
| Hex | 89 | 90 | C1 | 1D | 19 | 0 | 18 | E8 | 1F | 41 |
| Octal | 211 | 220 | 301 | 35 | 31 | 0 | 30 | 350 | 37 | 101 |
| Binary | 10001001 | 10010000 | 11000001 | 11101 | 11001 | 0 | 11000 | 11101000 | 11111 | 1000001 |
Color Harmonies of #8990C1
Complementary color
Monochromatic Colors of #8990C1
Black with #8990C1
Text Example
Text Example
White with #8990C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8990C1; }
p { color: rgb(137,144,193); }
H1.HeaderClassName
{
color: #8990C1;
}
.AnyTagClassName
{
color: #8990C1;
}
</style>
background-color css
<style>
a { background-color: #8990C1; }
a { background-color: rgb(137,144,193); }
div.DivClassName
{
background-color: #8990C1;
}
.BgClassName
{
background-color: #8990C1;
}
</style>
border-color css
<style>
span { border-color: #8990C1; }
span { border-color: rgb(137,144,193); }
td.TdClassName
{
border-color: #8990C1;
}
.TagClassName
{
border-color: #8990C1;
}
</style>