Shades of Wild Blue Yonder #818DBB
Tints of Wild Blue Yonder #818DBB
RGB
CMYK
RGB Variations
Color information
#818DBB (or 0x818DBB) is known color: Wild Blue Yonder. HEX triplet: 81, 8D and BB. RGB value is (129,141,187). Sum of RGB (Red+Green+Blue) = 129+141+187=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #818DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DBB is #7E7244. Grayscale: #8E8E8E. Windows color (decimal): -8286789 or 12291457. OLE color: 12291457.
HSL color Cylindrical-coordinate representation of color #818DBB: hue angle of 227.59º 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 #818DBB is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 141 | 187 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.27 |
| HSL | 227.59º | 0.3% | 0.62% | - |
| HSV(B) | 227.59º | 0.31% | 0.73% | - |
| XYZ | 27.55 | 27.3 | 50.83 | - |
| YUV | 142.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 187 | 0.31 | 0.25 | 0 | 0.27 | 227.59 | 0.3 | 0.62 |
| Hex | 81 | 8D | BB | 1F | 19 | 0 | 1B | E4 | 1E | 3E |
| Octal | 201 | 215 | 273 | 37 | 31 | 0 | 33 | 344 | 36 | 76 |
| Binary | 10000001 | 10001101 | 10111011 | 11111 | 11001 | 0 | 11011 | 11100100 | 11110 | 111110 |
Color Harmonies of #818DBB
Complementary color
Monochromatic Colors of #818DBB
Black with #818DBB
Text Example
Text Example
White with #818DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818DBB; }
p { color: rgb(129,141,187); }
H1.HeaderClassName
{
color: #818DBB;
}
.AnyTagClassName
{
color: #818DBB;
}
</style>
background-color css
<style>
a { background-color: #818DBB; }
a { background-color: rgb(129,141,187); }
div.DivClassName
{
background-color: #818DBB;
}
.BgClassName
{
background-color: #818DBB;
}
</style>
border-color css
<style>
span { border-color: #818DBB; }
span { border-color: rgb(129,141,187); }
td.TdClassName
{
border-color: #818DBB;
}
.TagClassName
{
border-color: #818DBB;
}
</style>