Shades of Wild Blue Yonder #8B92BA
Tints of Wild Blue Yonder #8B92BA
RGB
CMYK
RGB Variations
Color information
#8B92BA (or 0x8B92BA) is known color: Wild Blue Yonder. HEX triplet: 8B, 92 and BA. RGB value is (139,146,186). Sum of RGB (Red+Green+Blue) = 139+146+186=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92BA is #746D45. Grayscale: #949494. Windows color (decimal): -7630150 or 12227211. OLE color: 12227211.
HSL color Cylindrical-coordinate representation of color #8B92BA: hue angle of 231.06º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B92BA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 146 | 186 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.27 |
| HSL | 231.06º | 0.25% | 0.64% | - |
| HSV(B) | 231.06º | 0.25% | 0.73% | - |
| XYZ | 29.79 | 29.59 | 50.6 | - |
| YUV | 148.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 186 | 0.25 | 0.22 | 0 | 0.27 | 231.06 | 0.25 | 0.64 |
| Hex | 8B | 92 | BA | 19 | 16 | 0 | 1B | E7 | 19 | 40 |
| Octal | 213 | 222 | 272 | 31 | 26 | 0 | 33 | 347 | 31 | 100 |
| Binary | 10001011 | 10010010 | 10111010 | 11001 | 10110 | 0 | 11011 | 11100111 | 11001 | 1000000 |
Color Harmonies of #8B92BA
Complementary color
Monochromatic Colors of #8B92BA
Black with #8B92BA
Text Example
Text Example
White with #8B92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B92BA; }
p { color: rgb(139,146,186); }
H1.HeaderClassName
{
color: #8B92BA;
}
.AnyTagClassName
{
color: #8B92BA;
}
</style>
background-color css
<style>
a { background-color: #8B92BA; }
a { background-color: rgb(139,146,186); }
div.DivClassName
{
background-color: #8B92BA;
}
.BgClassName
{
background-color: #8B92BA;
}
</style>
border-color css
<style>
span { border-color: #8B92BA; }
span { border-color: rgb(139,146,186); }
td.TdClassName
{
border-color: #8B92BA;
}
.TagClassName
{
border-color: #8B92BA;
}
</style>