Shades of Wild Blue Yonder #8489C5
Tints of Wild Blue Yonder #8489C5
RGB
CMYK
RGB Variations
Color information
#8489C5 (or 0x8489C5) is known color: Wild Blue Yonder. HEX triplet: 84, 89 and C5. RGB value is (132,137,197). Sum of RGB (Red+Green+Blue) = 132+137+197=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #8489C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8489C5 is #7B763A. Grayscale: #8E8E8E. Windows color (decimal): -8091195 or 12945796. OLE color: 12945796.
HSL color Cylindrical-coordinate representation of color #8489C5: hue angle of 235.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8489C5 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 137 | 197 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.23 |
| HSL | 235.38º | 0.36% | 0.65% | - |
| HSV(B) | 235.38º | 0.33% | 0.77% | - |
| XYZ | 28.54 | 26.83 | 56.5 | - |
| YUV | 142.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 197 | 0.33 | 0.30 | 0 | 0.23 | 235.38 | 0.36 | 0.65 |
| Hex | 84 | 89 | C5 | 21 | 1E | 0 | 17 | EB | 24 | 41 |
| Octal | 204 | 211 | 305 | 41 | 36 | 0 | 27 | 353 | 44 | 101 |
| Binary | 10000100 | 10001001 | 11000101 | 100001 | 11110 | 0 | 10111 | 11101011 | 100100 | 1000001 |
Color Harmonies of #8489C5
Complementary color
Monochromatic Colors of #8489C5
Black with #8489C5
Text Example
Text Example
White with #8489C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8489C5; }
p { color: rgb(132,137,197); }
H1.HeaderClassName
{
color: #8489C5;
}
.AnyTagClassName
{
color: #8489C5;
}
</style>
background-color css
<style>
a { background-color: #8489C5; }
a { background-color: rgb(132,137,197); }
div.DivClassName
{
background-color: #8489C5;
}
.BgClassName
{
background-color: #8489C5;
}
</style>
border-color css
<style>
span { border-color: #8489C5; }
span { border-color: rgb(132,137,197); }
td.TdClassName
{
border-color: #8489C5;
}
.TagClassName
{
border-color: #8489C5;
}
</style>