Shades of Wild Blue Yonder #818AB9
Tints of Wild Blue Yonder #818AB9
RGB
CMYK
RGB Variations
Color information
#818AB9 (or 0x818AB9) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and B9. RGB value is (129,138,185). Sum of RGB (Red+Green+Blue) = 129+138+185=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #818AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818AB9 is #7E7546. Grayscale: #8C8C8C. Windows color (decimal): -8287559 or 12159617. OLE color: 12159617.
HSL color Cylindrical-coordinate representation of color #818AB9: hue angle of 230.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #818AB9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 138 | 185 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.27 |
| HSL | 230.36º | 0.29% | 0.62% | - |
| HSV(B) | 230.36º | 0.3% | 0.73% | - |
| XYZ | 26.9 | 26.35 | 49.57 | - |
| YUV | 140.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 185 | 0.30 | 0.25 | 0 | 0.27 | 230.36 | 0.29 | 0.62 |
| Hex | 81 | 8A | B9 | 1E | 19 | 0 | 1B | E6 | 1D | 3E |
| Octal | 201 | 212 | 271 | 36 | 31 | 0 | 33 | 346 | 35 | 76 |
| Binary | 10000001 | 10001010 | 10111001 | 11110 | 11001 | 0 | 11011 | 11100110 | 11101 | 111110 |
Color Harmonies of #818AB9
Complementary color
Monochromatic Colors of #818AB9
Black with #818AB9
Text Example
Text Example
White with #818AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818AB9; }
p { color: rgb(129,138,185); }
H1.HeaderClassName
{
color: #818AB9;
}
.AnyTagClassName
{
color: #818AB9;
}
</style>
background-color css
<style>
a { background-color: #818AB9; }
a { background-color: rgb(129,138,185); }
div.DivClassName
{
background-color: #818AB9;
}
.BgClassName
{
background-color: #818AB9;
}
</style>
border-color css
<style>
span { border-color: #818AB9; }
span { border-color: rgb(129,138,185); }
td.TdClassName
{
border-color: #818AB9;
}
.TagClassName
{
border-color: #818AB9;
}
</style>