Shades of Wild Blue Yonder #818BBC
Tints of Wild Blue Yonder #818BBC
RGB
CMYK
RGB Variations
Color information
#818BBC (or 0x818BBC) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and BC. RGB value is (129,139,188). Sum of RGB (Red+Green+Blue) = 129+139+188=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #818BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BBC is #7E7443. Grayscale: #8D8D8D. Windows color (decimal): -8287300 or 12356481. OLE color: 12356481.
HSL color Cylindrical-coordinate representation of color #818BBC: hue angle of 229.83º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #818BBC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 139 | 188 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.26 |
| HSL | 229.83º | 0.31% | 0.62% | - |
| HSV(B) | 229.83º | 0.31% | 0.74% | - |
| XYZ | 27.36 | 26.76 | 51.3 | - |
| YUV | 141.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 188 | 0.31 | 0.26 | 0 | 0.26 | 229.83 | 0.31 | 0.62 |
| Hex | 81 | 8B | BC | 1F | 1A | 0 | 1A | E6 | 1F | 3E |
| Octal | 201 | 213 | 274 | 37 | 32 | 0 | 32 | 346 | 37 | 76 |
| Binary | 10000001 | 10001011 | 10111100 | 11111 | 11010 | 0 | 11010 | 11100110 | 11111 | 111110 |
Color Harmonies of #818BBC
Complementary color
Monochromatic Colors of #818BBC
Black with #818BBC
Text Example
Text Example
White with #818BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818BBC; }
p { color: rgb(129,139,188); }
H1.HeaderClassName
{
color: #818BBC;
}
.AnyTagClassName
{
color: #818BBC;
}
</style>
background-color css
<style>
a { background-color: #818BBC; }
a { background-color: rgb(129,139,188); }
div.DivClassName
{
background-color: #818BBC;
}
.BgClassName
{
background-color: #818BBC;
}
</style>
border-color css
<style>
span { border-color: #818BBC; }
span { border-color: rgb(129,139,188); }
td.TdClassName
{
border-color: #818BBC;
}
.TagClassName
{
border-color: #818BBC;
}
</style>