Shades of Wild Blue Yonder #8A8BBA
Tints of Wild Blue Yonder #8A8BBA
RGB
CMYK
RGB Variations
Color information
#8A8BBA (or 0x8A8BBA) is known color: Wild Blue Yonder. HEX triplet: 8A, 8B and BA. RGB value is (138,139,186). Sum of RGB (Red+Green+Blue) = 138+139+186=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BBA is #757445. Grayscale: #8F8F8F. Windows color (decimal): -7697478 or 12225418. OLE color: 12225418.
HSL color Cylindrical-coordinate representation of color #8A8BBA: hue angle of 238.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A8BBA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 139 | 186 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.27 |
| HSL | 238.75º | 0.26% | 0.64% | - |
| HSV(B) | 238.75º | 0.26% | 0.73% | - |
| XYZ | 28.58 | 27.41 | 50.24 | - |
| YUV | 144.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 186 | 0.26 | 0.25 | 0 | 0.27 | 238.75 | 0.26 | 0.64 |
| Hex | 8A | 8B | BA | 1A | 19 | 0 | 1B | EF | 1A | 40 |
| Octal | 212 | 213 | 272 | 32 | 31 | 0 | 33 | 357 | 32 | 100 |
| Binary | 10001010 | 10001011 | 10111010 | 11010 | 11001 | 0 | 11011 | 11101111 | 11010 | 1000000 |
Color Harmonies of #8A8BBA
Complementary color
Monochromatic Colors of #8A8BBA
Black with #8A8BBA
Text Example
Text Example
White with #8A8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BBA; }
p { color: rgb(138,139,186); }
H1.HeaderClassName
{
color: #8A8BBA;
}
.AnyTagClassName
{
color: #8A8BBA;
}
</style>
background-color css
<style>
a { background-color: #8A8BBA; }
a { background-color: rgb(138,139,186); }
div.DivClassName
{
background-color: #8A8BBA;
}
.BgClassName
{
background-color: #8A8BBA;
}
</style>
border-color css
<style>
span { border-color: #8A8BBA; }
span { border-color: rgb(138,139,186); }
td.TdClassName
{
border-color: #8A8BBA;
}
.TagClassName
{
border-color: #8A8BBA;
}
</style>