Shades of Wild Blue Yonder #8B92BD
Tints of Wild Blue Yonder #8B92BD
RGB
CMYK
RGB Variations
Color information
#8B92BD (or 0x8B92BD) is known color: Wild Blue Yonder. HEX triplet: 8B, 92 and BD. RGB value is (139,146,189). Sum of RGB (Red+Green+Blue) = 139+146+189=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92BD is #746D42. Grayscale: #949494. Windows color (decimal): -7630147 or 12423819. OLE color: 12423819.
HSL color Cylindrical-coordinate representation of color #8B92BD: hue angle of 231.6º 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 #8B92BD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 146 | 189 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.26 |
| HSL | 231.6º | 0.27% | 0.64% | - |
| HSV(B) | 231.6º | 0.26% | 0.74% | - |
| XYZ | 30.11 | 29.72 | 52.29 | - |
| YUV | 148.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 189 | 0.26 | 0.23 | 0 | 0.26 | 231.6 | 0.27 | 0.64 |
| Hex | 8B | 92 | BD | 1A | 17 | 0 | 1A | E8 | 1B | 40 |
| Octal | 213 | 222 | 275 | 32 | 27 | 0 | 32 | 350 | 33 | 100 |
| Binary | 10001011 | 10010010 | 10111101 | 11010 | 10111 | 0 | 11010 | 11101000 | 11011 | 1000000 |
Color Harmonies of #8B92BD
Complementary color
Monochromatic Colors of #8B92BD
Black with #8B92BD
Text Example
Text Example
White with #8B92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B92BD; }
p { color: rgb(139,146,189); }
H1.HeaderClassName
{
color: #8B92BD;
}
.AnyTagClassName
{
color: #8B92BD;
}
</style>
background-color css
<style>
a { background-color: #8B92BD; }
a { background-color: rgb(139,146,189); }
div.DivClassName
{
background-color: #8B92BD;
}
.BgClassName
{
background-color: #8B92BD;
}
</style>
border-color css
<style>
span { border-color: #8B92BD; }
span { border-color: rgb(139,146,189); }
td.TdClassName
{
border-color: #8B92BD;
}
.TagClassName
{
border-color: #8B92BD;
}
</style>