Shades of Wild Blue Yonder #818FB6
Tints of Wild Blue Yonder #818FB6
RGB
CMYK
RGB Variations
Color information
#818FB6 (or 0x818FB6) is known color: Wild Blue Yonder. HEX triplet: 81, 8F and B6. RGB value is (129,143,182). Sum of RGB (Red+Green+Blue) = 129+143+182=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #818FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FB6 is #7E7049. Grayscale: #8F8F8F. Windows color (decimal): -8286282 or 11964289. OLE color: 11964289.
HSL color Cylindrical-coordinate representation of color #818FB6: hue angle of 224.15º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #818FB6 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 143 | 182 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.29 |
| HSL | 224.15º | 0.27% | 0.61% | - |
| HSV(B) | 224.15º | 0.29% | 0.71% | - |
| XYZ | 27.32 | 27.69 | 48.16 | - |
| YUV | 143.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 143 | 182 | 0.29 | 0.21 | 0 | 0.29 | 224.15 | 0.27 | 0.61 |
| Hex | 81 | 8F | B6 | 1D | 15 | 0 | 1D | E0 | 1B | 3D |
| Octal | 201 | 217 | 266 | 35 | 25 | 0 | 35 | 340 | 33 | 75 |
| Binary | 10000001 | 10001111 | 10110110 | 11101 | 10101 | 0 | 11101 | 11100000 | 11011 | 111101 |
Color Harmonies of #818FB6
Complementary color
Monochromatic Colors of #818FB6
Black with #818FB6
Text Example
Text Example
White with #818FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818FB6; }
p { color: rgb(129,143,182); }
H1.HeaderClassName
{
color: #818FB6;
}
.AnyTagClassName
{
color: #818FB6;
}
</style>
background-color css
<style>
a { background-color: #818FB6; }
a { background-color: rgb(129,143,182); }
div.DivClassName
{
background-color: #818FB6;
}
.BgClassName
{
background-color: #818FB6;
}
</style>
border-color css
<style>
span { border-color: #818FB6; }
span { border-color: rgb(129,143,182); }
td.TdClassName
{
border-color: #818FB6;
}
.TagClassName
{
border-color: #818FB6;
}
</style>