Shades of Wild Blue Yonder #848DB6
Tints of Wild Blue Yonder #848DB6
RGB
CMYK
RGB Variations
Color information
#848DB6 (or 0x848DB6) is known color: Wild Blue Yonder. HEX triplet: 84, 8D and B6. RGB value is (132,141,182). Sum of RGB (Red+Green+Blue) = 132+141+182=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #848DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DB6 is #7B7249. Grayscale: #8E8E8E. Windows color (decimal): -8090186 or 11963780. OLE color: 11963780.
HSL color Cylindrical-coordinate representation of color #848DB6: hue angle of 229.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848DB6 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 141 | 182 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.29 |
| HSL | 229.2º | 0.26% | 0.62% | - |
| HSV(B) | 229.2º | 0.27% | 0.71% | - |
| XYZ | 27.48 | 27.33 | 48.08 | - |
| YUV | 142.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 182 | 0.27 | 0.23 | 0 | 0.29 | 229.2 | 0.26 | 0.62 |
| Hex | 84 | 8D | B6 | 1B | 17 | 0 | 1D | E5 | 1A | 3E |
| Octal | 204 | 215 | 266 | 33 | 27 | 0 | 35 | 345 | 32 | 76 |
| Binary | 10000100 | 10001101 | 10110110 | 11011 | 10111 | 0 | 11101 | 11100101 | 11010 | 111110 |
Color Harmonies of #848DB6
Complementary color
Monochromatic Colors of #848DB6
Black with #848DB6
Text Example
Text Example
White with #848DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848DB6; }
p { color: rgb(132,141,182); }
H1.HeaderClassName
{
color: #848DB6;
}
.AnyTagClassName
{
color: #848DB6;
}
</style>
background-color css
<style>
a { background-color: #848DB6; }
a { background-color: rgb(132,141,182); }
div.DivClassName
{
background-color: #848DB6;
}
.BgClassName
{
background-color: #848DB6;
}
</style>
border-color css
<style>
span { border-color: #848DB6; }
span { border-color: rgb(132,141,182); }
td.TdClassName
{
border-color: #848DB6;
}
.TagClassName
{
border-color: #848DB6;
}
</style>