Shades of Wild Blue Yonder #8A8BBC
Tints of Wild Blue Yonder #8A8BBC
RGB
CMYK
RGB Variations
Color information
#8A8BBC (or 0x8A8BBC) is known color: Wild Blue Yonder. HEX triplet: 8A, 8B and BC. RGB value is (138,139,188). Sum of RGB (Red+Green+Blue) = 138+139+188=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 139 (54.69% from 255 or 29.89% 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 #8A8BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BBC is #757443. Grayscale: #909090. Windows color (decimal): -7697476 or 12356490. OLE color: 12356490.
HSL color Cylindrical-coordinate representation of color #8A8BBC: hue angle of 238.8º degrees, saturation: 0.27, 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 #8A8BBC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 139 | 188 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.26 |
| HSL | 238.8º | 0.27% | 0.64% | - |
| HSV(B) | 238.8º | 0.27% | 0.74% | - |
| XYZ | 28.79 | 27.5 | 51.37 | - |
| YUV | 144.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 188 | 0.27 | 0.26 | 0 | 0.26 | 238.8 | 0.27 | 0.64 |
| Hex | 8A | 8B | BC | 1B | 1A | 0 | 1A | EF | 1B | 40 |
| Octal | 212 | 213 | 274 | 33 | 32 | 0 | 32 | 357 | 33 | 100 |
| Binary | 10001010 | 10001011 | 10111100 | 11011 | 11010 | 0 | 11010 | 11101111 | 11011 | 1000000 |
Color Harmonies of #8A8BBC
Complementary color
Monochromatic Colors of #8A8BBC
Black with #8A8BBC
Text Example
Text Example
White with #8A8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BBC; }
p { color: rgb(138,139,188); }
H1.HeaderClassName
{
color: #8A8BBC;
}
.AnyTagClassName
{
color: #8A8BBC;
}
</style>
background-color css
<style>
a { background-color: #8A8BBC; }
a { background-color: rgb(138,139,188); }
div.DivClassName
{
background-color: #8A8BBC;
}
.BgClassName
{
background-color: #8A8BBC;
}
</style>
border-color css
<style>
span { border-color: #8A8BBC; }
span { border-color: rgb(138,139,188); }
td.TdClassName
{
border-color: #8A8BBC;
}
.TagClassName
{
border-color: #8A8BBC;
}
</style>