Shades of Wild Blue Yonder #818BBA
Tints of Wild Blue Yonder #818BBA
RGB
CMYK
RGB Variations
Color information
#818BBA (or 0x818BBA) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and BA. RGB value is (129,139,186). Sum of RGB (Red+Green+Blue) = 129+139+186=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #818BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BBA is #7E7445. Grayscale: #8D8D8D. Windows color (decimal): -8287302 or 12225409. OLE color: 12225409.
HSL color Cylindrical-coordinate representation of color #818BBA: hue angle of 229.47º 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 #818BBA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 139 | 186 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.27 |
| HSL | 229.47º | 0.29% | 0.62% | - |
| HSV(B) | 229.47º | 0.31% | 0.73% | - |
| XYZ | 27.15 | 26.68 | 50.17 | - |
| YUV | 141.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 186 | 0.31 | 0.25 | 0 | 0.27 | 229.47 | 0.29 | 0.62 |
| Hex | 81 | 8B | BA | 1F | 19 | 0 | 1B | E5 | 1D | 3E |
| Octal | 201 | 213 | 272 | 37 | 31 | 0 | 33 | 345 | 35 | 76 |
| Binary | 10000001 | 10001011 | 10111010 | 11111 | 11001 | 0 | 11011 | 11100101 | 11101 | 111110 |
Color Harmonies of #818BBA
Complementary color
Monochromatic Colors of #818BBA
Black with #818BBA
Text Example
Text Example
White with #818BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BBA; }
p { color: rgb(129,139,186); }
H1.HeaderClassName
{
color: #818BBA;
}
.AnyTagClassName
{
color: #818BBA;
}
</style>
background-color css
<style>
a { background-color: #818BBA; }
a { background-color: rgb(129,139,186); }
div.DivClassName
{
background-color: #818BBA;
}
.BgClassName
{
background-color: #818BBA;
}
</style>
border-color css
<style>
span { border-color: #818BBA; }
span { border-color: rgb(129,139,186); }
td.TdClassName
{
border-color: #818BBA;
}
.TagClassName
{
border-color: #818BBA;
}
</style>