Shades of Wild Blue Yonder #8A8BBD
Tints of Wild Blue Yonder #8A8BBD
RGB
CMYK
RGB Variations
Color information
#8A8BBD (or 0x8A8BBD) is known color: Wild Blue Yonder. HEX triplet: 8A, 8B and BD. RGB value is (138,139,189). Sum of RGB (Red+Green+Blue) = 138+139+189=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A8BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8BBD is #757442. Grayscale: #909090. Windows color (decimal): -7697475 or 12422026. OLE color: 12422026.
HSL color Cylindrical-coordinate representation of color #8A8BBD: hue angle of 238.82º degrees, saturation: 0.28, 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 #8A8BBD is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 139 | 189 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.26 |
| HSL | 238.82º | 0.28% | 0.64% | - |
| HSV(B) | 238.82º | 0.27% | 0.74% | - |
| XYZ | 28.9 | 27.54 | 51.94 | - |
| YUV | 144.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 189 | 0.27 | 0.26 | 0 | 0.26 | 238.82 | 0.28 | 0.64 |
| Hex | 8A | 8B | BD | 1B | 1A | 0 | 1A | EF | 1C | 40 |
| Octal | 212 | 213 | 275 | 33 | 32 | 0 | 32 | 357 | 34 | 100 |
| Binary | 10001010 | 10001011 | 10111101 | 11011 | 11010 | 0 | 11010 | 11101111 | 11100 | 1000000 |
Color Harmonies of #8A8BBD
Complementary color
Monochromatic Colors of #8A8BBD
Black with #8A8BBD
Text Example
Text Example
White with #8A8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8BBD; }
p { color: rgb(138,139,189); }
H1.HeaderClassName
{
color: #8A8BBD;
}
.AnyTagClassName
{
color: #8A8BBD;
}
</style>
background-color css
<style>
a { background-color: #8A8BBD; }
a { background-color: rgb(138,139,189); }
div.DivClassName
{
background-color: #8A8BBD;
}
.BgClassName
{
background-color: #8A8BBD;
}
</style>
border-color css
<style>
span { border-color: #8A8BBD; }
span { border-color: rgb(138,139,189); }
td.TdClassName
{
border-color: #8A8BBD;
}
.TagClassName
{
border-color: #8A8BBD;
}
</style>