Shades of Wild Blue Yonder #818CBD
Tints of Wild Blue Yonder #818CBD
RGB
CMYK
RGB Variations
Color information
#818CBD (or 0x818CBD) is known color: Wild Blue Yonder. HEX triplet: 81, 8C and BD. RGB value is (129,140,189). Sum of RGB (Red+Green+Blue) = 129+140+189=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #818CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818CBD is #7E7342. Grayscale: #8E8E8E. Windows color (decimal): -8287043 or 12422273. OLE color: 12422273.
HSL color Cylindrical-coordinate representation of color #818CBD: hue angle of 229º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #818CBD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 140 | 189 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.26 |
| HSL | 229º | 0.31% | 0.62% | - |
| HSV(B) | 229º | 0.32% | 0.74% | - |
| XYZ | 27.62 | 27.1 | 51.92 | - |
| YUV | 142.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 189 | 0.32 | 0.26 | 0 | 0.26 | 229 | 0.31 | 0.62 |
| Hex | 81 | 8C | BD | 20 | 1A | 0 | 1A | E5 | 1F | 3E |
| Octal | 201 | 214 | 275 | 40 | 32 | 0 | 32 | 345 | 37 | 76 |
| Binary | 10000001 | 10001100 | 10111101 | 100000 | 11010 | 0 | 11010 | 11100101 | 11111 | 111110 |
Color Harmonies of #818CBD
Complementary color
Monochromatic Colors of #818CBD
Black with #818CBD
Text Example
Text Example
White with #818CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818CBD; }
p { color: rgb(129,140,189); }
H1.HeaderClassName
{
color: #818CBD;
}
.AnyTagClassName
{
color: #818CBD;
}
</style>
background-color css
<style>
a { background-color: #818CBD; }
a { background-color: rgb(129,140,189); }
div.DivClassName
{
background-color: #818CBD;
}
.BgClassName
{
background-color: #818CBD;
}
</style>
border-color css
<style>
span { border-color: #818CBD; }
span { border-color: rgb(129,140,189); }
td.TdClassName
{
border-color: #818CBD;
}
.TagClassName
{
border-color: #818CBD;
}
</style>