Shades of Wild Blue Yonder #848DB8
Tints of Wild Blue Yonder #848DB8
RGB
CMYK
RGB Variations
Color information
#848DB8 (or 0x848DB8) is known color: Wild Blue Yonder. HEX triplet: 84, 8D and B8. RGB value is (132,141,184). Sum of RGB (Red+Green+Blue) = 132+141+184=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #848DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DB8 is #7B7247. Grayscale: #8F8F8F. Windows color (decimal): -8090184 or 12094852. OLE color: 12094852.
HSL color Cylindrical-coordinate representation of color #848DB8: hue angle of 229.62º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #848DB8 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 141 | 184 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.28 |
| HSL | 229.62º | 0.27% | 0.62% | - |
| HSV(B) | 229.62º | 0.28% | 0.72% | - |
| XYZ | 27.69 | 27.42 | 49.18 | - |
| YUV | 143.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 184 | 0.28 | 0.23 | 0 | 0.28 | 229.62 | 0.27 | 0.62 |
| Hex | 84 | 8D | B8 | 1C | 17 | 0 | 1C | E6 | 1B | 3E |
| Octal | 204 | 215 | 270 | 34 | 27 | 0 | 34 | 346 | 33 | 76 |
| Binary | 10000100 | 10001101 | 10111000 | 11100 | 10111 | 0 | 11100 | 11100110 | 11011 | 111110 |
Color Harmonies of #848DB8
Complementary color
Monochromatic Colors of #848DB8
Black with #848DB8
Text Example
Text Example
White with #848DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848DB8; }
p { color: rgb(132,141,184); }
H1.HeaderClassName
{
color: #848DB8;
}
.AnyTagClassName
{
color: #848DB8;
}
</style>
background-color css
<style>
a { background-color: #848DB8; }
a { background-color: rgb(132,141,184); }
div.DivClassName
{
background-color: #848DB8;
}
.BgClassName
{
background-color: #848DB8;
}
</style>
border-color css
<style>
span { border-color: #848DB8; }
span { border-color: rgb(132,141,184); }
td.TdClassName
{
border-color: #848DB8;
}
.TagClassName
{
border-color: #848DB8;
}
</style>