Shades of Wild Blue Yonder #818ABB
Tints of Wild Blue Yonder #818ABB
RGB
CMYK
RGB Variations
Color information
#818ABB (or 0x818ABB) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and BB. RGB value is (129,138,187). Sum of RGB (Red+Green+Blue) = 129+138+187=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #818ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABB is #7E7544. Grayscale: #8C8C8C. Windows color (decimal): -8287557 or 12290689. OLE color: 12290689.
HSL color Cylindrical-coordinate representation of color #818ABB: hue angle of 230.69º degrees, saturation: 0.3, 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 #818ABB is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 138 | 187 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.27 |
| HSL | 230.69º | 0.3% | 0.62% | - |
| HSV(B) | 230.69º | 0.31% | 0.73% | - |
| XYZ | 27.11 | 26.43 | 50.69 | - |
| YUV | 140.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 187 | 0.31 | 0.26 | 0 | 0.27 | 230.69 | 0.3 | 0.62 |
| Hex | 81 | 8A | BB | 1F | 1A | 0 | 1B | E7 | 1E | 3E |
| Octal | 201 | 212 | 273 | 37 | 32 | 0 | 33 | 347 | 36 | 76 |
| Binary | 10000001 | 10001010 | 10111011 | 11111 | 11010 | 0 | 11011 | 11100111 | 11110 | 111110 |
Color Harmonies of #818ABB
Complementary color
Monochromatic Colors of #818ABB
Black with #818ABB
Text Example
Text Example
White with #818ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ABB; }
p { color: rgb(129,138,187); }
H1.HeaderClassName
{
color: #818ABB;
}
.AnyTagClassName
{
color: #818ABB;
}
</style>
background-color css
<style>
a { background-color: #818ABB; }
a { background-color: rgb(129,138,187); }
div.DivClassName
{
background-color: #818ABB;
}
.BgClassName
{
background-color: #818ABB;
}
</style>
border-color css
<style>
span { border-color: #818ABB; }
span { border-color: rgb(129,138,187); }
td.TdClassName
{
border-color: #818ABB;
}
.TagClassName
{
border-color: #818ABB;
}
</style>