Shades of Wild Blue Yonder #898CBC
Tints of Wild Blue Yonder #898CBC
RGB
CMYK
RGB Variations
Color information
#898CBC (or 0x898CBC) is known color: Wild Blue Yonder. HEX triplet: 89, 8C and BC. RGB value is (137,140,188). Sum of RGB (Red+Green+Blue) = 137+140+188=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #898CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CBC is #767343. Grayscale: #909090. Windows color (decimal): -7762756 or 12356745. OLE color: 12356745.
HSL color Cylindrical-coordinate representation of color #898CBC: hue angle of 236.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898CBC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 140 | 188 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.26 |
| HSL | 236.47º | 0.28% | 0.64% | - |
| HSV(B) | 236.47º | 0.27% | 0.74% | - |
| XYZ | 28.77 | 27.71 | 51.41 | - |
| YUV | 144.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 188 | 0.27 | 0.26 | 0 | 0.26 | 236.47 | 0.28 | 0.64 |
| Hex | 89 | 8C | BC | 1B | 1A | 0 | 1A | EC | 1C | 40 |
| Octal | 211 | 214 | 274 | 33 | 32 | 0 | 32 | 354 | 34 | 100 |
| Binary | 10001001 | 10001100 | 10111100 | 11011 | 11010 | 0 | 11010 | 11101100 | 11100 | 1000000 |
Color Harmonies of #898CBC
Complementary color
Monochromatic Colors of #898CBC
Black with #898CBC
Text Example
Text Example
White with #898CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CBC; }
p { color: rgb(137,140,188); }
H1.HeaderClassName
{
color: #898CBC;
}
.AnyTagClassName
{
color: #898CBC;
}
</style>
background-color css
<style>
a { background-color: #898CBC; }
a { background-color: rgb(137,140,188); }
div.DivClassName
{
background-color: #898CBC;
}
.BgClassName
{
background-color: #898CBC;
}
</style>
border-color css
<style>
span { border-color: #898CBC; }
span { border-color: rgb(137,140,188); }
td.TdClassName
{
border-color: #898CBC;
}
.TagClassName
{
border-color: #898CBC;
}
</style>