Shades of Wild Blue Yonder #8992C3
Tints of Wild Blue Yonder #8992C3
RGB
CMYK
RGB Variations
Color information
#8992C3 (or 0x8992C3) is known color: Wild Blue Yonder. HEX triplet: 89, 92 and C3. RGB value is (137,146,195). Sum of RGB (Red+Green+Blue) = 137+146+195=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #8992C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992C3 is #766D3C. Grayscale: #949494. Windows color (decimal): -7761213 or 12817033. OLE color: 12817033.
HSL color Cylindrical-coordinate representation of color #8992C3: hue angle of 230.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8992C3 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 146 | 195 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.24 |
| HSL | 230.69º | 0.33% | 0.65% | - |
| HSV(B) | 230.69º | 0.3% | 0.76% | - |
| XYZ | 30.45 | 29.82 | 55.78 | - |
| YUV | 148.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 195 | 0.30 | 0.25 | 0 | 0.24 | 230.69 | 0.33 | 0.65 |
| Hex | 89 | 92 | C3 | 1E | 19 | 0 | 18 | E7 | 21 | 41 |
| Octal | 211 | 222 | 303 | 36 | 31 | 0 | 30 | 347 | 41 | 101 |
| Binary | 10001001 | 10010010 | 11000011 | 11110 | 11001 | 0 | 11000 | 11100111 | 100001 | 1000001 |
Color Harmonies of #8992C3
Complementary color
Monochromatic Colors of #8992C3
Black with #8992C3
Text Example
Text Example
White with #8992C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992C3; }
p { color: rgb(137,146,195); }
H1.HeaderClassName
{
color: #8992C3;
}
.AnyTagClassName
{
color: #8992C3;
}
</style>
background-color css
<style>
a { background-color: #8992C3; }
a { background-color: rgb(137,146,195); }
div.DivClassName
{
background-color: #8992C3;
}
.BgClassName
{
background-color: #8992C3;
}
</style>
border-color css
<style>
span { border-color: #8992C3; }
span { border-color: rgb(137,146,195); }
td.TdClassName
{
border-color: #8992C3;
}
.TagClassName
{
border-color: #8992C3;
}
</style>