Shades of Wild Blue Yonder #8C94BD
Tints of Wild Blue Yonder #8C94BD
RGB
CMYK
RGB Variations
Color information
#8C94BD (or 0x8C94BD) is known color: Wild Blue Yonder. HEX triplet: 8C, 94 and BD. RGB value is (140,148,189). Sum of RGB (Red+Green+Blue) = 140+148+189=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C94BD is #736B42. Grayscale: #969696. Windows color (decimal): -7564099 or 12424332. OLE color: 12424332.
HSL color Cylindrical-coordinate representation of color #8C94BD: hue angle of 230.2º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C94BD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 148 | 189 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.26 |
| HSL | 230.2º | 0.27% | 0.65% | - |
| HSV(B) | 230.2º | 0.26% | 0.74% | - |
| XYZ | 30.59 | 30.43 | 52.41 | - |
| YUV | 150.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 189 | 0.26 | 0.22 | 0 | 0.26 | 230.2 | 0.27 | 0.65 |
| Hex | 8C | 94 | BD | 1A | 16 | 0 | 1A | E6 | 1B | 41 |
| Octal | 214 | 224 | 275 | 32 | 26 | 0 | 32 | 346 | 33 | 101 |
| Binary | 10001100 | 10010100 | 10111101 | 11010 | 10110 | 0 | 11010 | 11100110 | 11011 | 1000001 |
Color Harmonies of #8C94BD
Complementary color
Monochromatic Colors of #8C94BD
Black with #8C94BD
Text Example
Text Example
White with #8C94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C94BD; }
p { color: rgb(140,148,189); }
H1.HeaderClassName
{
color: #8C94BD;
}
.AnyTagClassName
{
color: #8C94BD;
}
</style>
background-color css
<style>
a { background-color: #8C94BD; }
a { background-color: rgb(140,148,189); }
div.DivClassName
{
background-color: #8C94BD;
}
.BgClassName
{
background-color: #8C94BD;
}
</style>
border-color css
<style>
span { border-color: #8C94BD; }
span { border-color: rgb(140,148,189); }
td.TdClassName
{
border-color: #8C94BD;
}
.TagClassName
{
border-color: #8C94BD;
}
</style>