Shades of Wild Blue Yonder #8A94B4
Tints of Wild Blue Yonder #8A94B4
RGB
CMYK
RGB Variations
Color information
#8A94B4 (or 0x8A94B4) is known color: Wild Blue Yonder. HEX triplet: 8A, 94 and B4. RGB value is (138,148,180). Sum of RGB (Red+Green+Blue) = 138+148+180=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A94B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A94B4 is #756B4B. Grayscale: #949494. Windows color (decimal): -7695180 or 11834506. OLE color: 11834506.
HSL color Cylindrical-coordinate representation of color #8A94B4: hue angle of 225.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A94B4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 148 | 180 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.29 |
| HSL | 225.71º | 0.22% | 0.62% | - |
| HSV(B) | 225.71º | 0.23% | 0.71% | - |
| XYZ | 29.31 | 29.88 | 47.4 | - |
| YUV | 148.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 180 | 0.23 | 0.18 | 0 | 0.29 | 225.71 | 0.22 | 0.62 |
| Hex | 8A | 94 | B4 | 17 | 12 | 0 | 1D | E2 | 16 | 3E |
| Octal | 212 | 224 | 264 | 27 | 22 | 0 | 35 | 342 | 26 | 76 |
| Binary | 10001010 | 10010100 | 10110100 | 10111 | 10010 | 0 | 11101 | 11100010 | 10110 | 111110 |
Color Harmonies of #8A94B4
Complementary color
Monochromatic Colors of #8A94B4
Black with #8A94B4
Text Example
Text Example
White with #8A94B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A94B4; }
p { color: rgb(138,148,180); }
H1.HeaderClassName
{
color: #8A94B4;
}
.AnyTagClassName
{
color: #8A94B4;
}
</style>
background-color css
<style>
a { background-color: #8A94B4; }
a { background-color: rgb(138,148,180); }
div.DivClassName
{
background-color: #8A94B4;
}
.BgClassName
{
background-color: #8A94B4;
}
</style>
border-color css
<style>
span { border-color: #8A94B4; }
span { border-color: rgb(138,148,180); }
td.TdClassName
{
border-color: #8A94B4;
}
.TagClassName
{
border-color: #8A94B4;
}
</style>