Shades of Wild Blue Yonder #818ABD
Tints of Wild Blue Yonder #818ABD
RGB
CMYK
RGB Variations
Color information
#818ABD (or 0x818ABD) is known color: Wild Blue Yonder. HEX triplet: 81, 8A and BD. RGB value is (129,138,189). Sum of RGB (Red+Green+Blue) = 129+138+189=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #818ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ABD is #7E7542. Grayscale: #8C8C8C. Windows color (decimal): -8287555 or 12421761. OLE color: 12421761.
HSL color Cylindrical-coordinate representation of color #818ABD: hue angle of 231º 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 #818ABD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 138 | 189 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.26 |
| HSL | 231º | 0.31% | 0.62% | - |
| HSV(B) | 231º | 0.32% | 0.74% | - |
| XYZ | 27.33 | 26.52 | 51.82 | - |
| YUV | 141.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 189 | 0.32 | 0.27 | 0 | 0.26 | 231 | 0.31 | 0.62 |
| Hex | 81 | 8A | BD | 20 | 1B | 0 | 1A | E7 | 1F | 3E |
| Octal | 201 | 212 | 275 | 40 | 33 | 0 | 32 | 347 | 37 | 76 |
| Binary | 10000001 | 10001010 | 10111101 | 100000 | 11011 | 0 | 11010 | 11100111 | 11111 | 111110 |
Color Harmonies of #818ABD
Complementary color
Monochromatic Colors of #818ABD
Black with #818ABD
Text Example
Text Example
White with #818ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818ABD; }
p { color: rgb(129,138,189); }
H1.HeaderClassName
{
color: #818ABD;
}
.AnyTagClassName
{
color: #818ABD;
}
</style>
background-color css
<style>
a { background-color: #818ABD; }
a { background-color: rgb(129,138,189); }
div.DivClassName
{
background-color: #818ABD;
}
.BgClassName
{
background-color: #818ABD;
}
</style>
border-color css
<style>
span { border-color: #818ABD; }
span { border-color: rgb(129,138,189); }
td.TdClassName
{
border-color: #818ABD;
}
.TagClassName
{
border-color: #818ABD;
}
</style>