Shades of Wild Blue Yonder #8A8CBD
Tints of Wild Blue Yonder #8A8CBD
RGB
CMYK
RGB Variations
Color information
#8A8CBD (or 0x8A8CBD) is known color: Wild Blue Yonder. HEX triplet: 8A, 8C and BD. RGB value is (138,140,189). Sum of RGB (Red+Green+Blue) = 138+140+189=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A8CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CBD is #757342. Grayscale: #909090. Windows color (decimal): -7697219 or 12422282. OLE color: 12422282.
HSL color Cylindrical-coordinate representation of color #8A8CBD: hue angle of 237.65º 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 #8A8CBD is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 140 | 189 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.26 |
| HSL | 237.65º | 0.28% | 0.64% | - |
| HSV(B) | 237.65º | 0.27% | 0.74% | - |
| XYZ | 29.04 | 27.83 | 51.99 | - |
| YUV | 144.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 140 | 189 | 0.27 | 0.26 | 0 | 0.26 | 237.65 | 0.28 | 0.64 |
| Hex | 8A | 8C | BD | 1B | 1A | 0 | 1A | EE | 1C | 40 |
| Octal | 212 | 214 | 275 | 33 | 32 | 0 | 32 | 356 | 34 | 100 |
| Binary | 10001010 | 10001100 | 10111101 | 11011 | 11010 | 0 | 11010 | 11101110 | 11100 | 1000000 |
Color Harmonies of #8A8CBD
Complementary color
Monochromatic Colors of #8A8CBD
Black with #8A8CBD
Text Example
Text Example
White with #8A8CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8CBD; }
p { color: rgb(138,140,189); }
H1.HeaderClassName
{
color: #8A8CBD;
}
.AnyTagClassName
{
color: #8A8CBD;
}
</style>
background-color css
<style>
a { background-color: #8A8CBD; }
a { background-color: rgb(138,140,189); }
div.DivClassName
{
background-color: #8A8CBD;
}
.BgClassName
{
background-color: #8A8CBD;
}
</style>
border-color css
<style>
span { border-color: #8A8CBD; }
span { border-color: rgb(138,140,189); }
td.TdClassName
{
border-color: #8A8CBD;
}
.TagClassName
{
border-color: #8A8CBD;
}
</style>