Shades of Wild Blue Yonder #8193BA
Tints of Wild Blue Yonder #8193BA
RGB
CMYK
RGB Variations
Color information
#8193BA (or 0x8193BA) is known color: Wild Blue Yonder. HEX triplet: 81, 93 and BA. RGB value is (129,147,186). Sum of RGB (Red+Green+Blue) = 129+147+186=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8193BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8193BA is #7E6C45. Grayscale: #919191. Windows color (decimal): -8285254 or 12227457. OLE color: 12227457.
HSL color Cylindrical-coordinate representation of color #8193BA: hue angle of 221.05º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8193BA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 147 | 186 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.27 |
| HSL | 221.05º | 0.29% | 0.62% | - |
| HSV(B) | 221.05º | 0.31% | 0.73% | - |
| XYZ | 28.35 | 29.08 | 50.57 | - |
| YUV | 146.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 186 | 0.31 | 0.21 | 0 | 0.27 | 221.05 | 0.29 | 0.62 |
| Hex | 81 | 93 | BA | 1F | 15 | 0 | 1B | DD | 1D | 3E |
| Octal | 201 | 223 | 272 | 37 | 25 | 0 | 33 | 335 | 35 | 76 |
| Binary | 10000001 | 10010011 | 10111010 | 11111 | 10101 | 0 | 11011 | 11011101 | 11101 | 111110 |
Color Harmonies of #8193BA
Complementary color
Monochromatic Colors of #8193BA
Black with #8193BA
Text Example
Text Example
White with #8193BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8193BA; }
p { color: rgb(129,147,186); }
H1.HeaderClassName
{
color: #8193BA;
}
.AnyTagClassName
{
color: #8193BA;
}
</style>
background-color css
<style>
a { background-color: #8193BA; }
a { background-color: rgb(129,147,186); }
div.DivClassName
{
background-color: #8193BA;
}
.BgClassName
{
background-color: #8193BA;
}
</style>
border-color css
<style>
span { border-color: #8193BA; }
span { border-color: rgb(129,147,186); }
td.TdClassName
{
border-color: #8193BA;
}
.TagClassName
{
border-color: #8193BA;
}
</style>