Shades of Wild Blue Yonder #8B93BC
Tints of Wild Blue Yonder #8B93BC
RGB
CMYK
RGB Variations
Color information
#8B93BC (or 0x8B93BC) is known color: Wild Blue Yonder. HEX triplet: 8B, 93 and BC. RGB value is (139,147,188). Sum of RGB (Red+Green+Blue) = 139+147+188=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B93BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93BC is #746C43. Grayscale: #959595. Windows color (decimal): -7629892 or 12358539. OLE color: 12358539.
HSL color Cylindrical-coordinate representation of color #8B93BC: hue angle of 230.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B93BC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 147 | 188 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.26 |
| HSL | 230.2º | 0.27% | 0.64% | - |
| HSV(B) | 230.2º | 0.26% | 0.74% | - |
| XYZ | 30.16 | 29.99 | 51.78 | - |
| YUV | 149.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 188 | 0.26 | 0.22 | 0 | 0.26 | 230.2 | 0.27 | 0.64 |
| Hex | 8B | 93 | BC | 1A | 16 | 0 | 1A | E6 | 1B | 40 |
| Octal | 213 | 223 | 274 | 32 | 26 | 0 | 32 | 346 | 33 | 100 |
| Binary | 10001011 | 10010011 | 10111100 | 11010 | 10110 | 0 | 11010 | 11100110 | 11011 | 1000000 |
Color Harmonies of #8B93BC
Complementary color
Monochromatic Colors of #8B93BC
Black with #8B93BC
Text Example
Text Example
White with #8B93BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B93BC; }
p { color: rgb(139,147,188); }
H1.HeaderClassName
{
color: #8B93BC;
}
.AnyTagClassName
{
color: #8B93BC;
}
</style>
background-color css
<style>
a { background-color: #8B93BC; }
a { background-color: rgb(139,147,188); }
div.DivClassName
{
background-color: #8B93BC;
}
.BgClassName
{
background-color: #8B93BC;
}
</style>
border-color css
<style>
span { border-color: #8B93BC; }
span { border-color: rgb(139,147,188); }
td.TdClassName
{
border-color: #8B93BC;
}
.TagClassName
{
border-color: #8B93BC;
}
</style>