Shades of Wild Blue Yonder #848DB5
Tints of Wild Blue Yonder #848DB5
RGB
CMYK
RGB Variations
Color information
#848DB5 (or 0x848DB5) is known color: Wild Blue Yonder. HEX triplet: 84, 8D and B5. RGB value is (132,141,181). Sum of RGB (Red+Green+Blue) = 132+141+181=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #848DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DB5 is #7B724A. Grayscale: #8E8E8E. Windows color (decimal): -8090187 or 11898244. OLE color: 11898244.
HSL color Cylindrical-coordinate representation of color #848DB5: hue angle of 228.98º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848DB5 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 141 | 181 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.29 |
| HSL | 228.98º | 0.25% | 0.61% | - |
| HSV(B) | 228.98º | 0.27% | 0.71% | - |
| XYZ | 27.38 | 27.29 | 47.54 | - |
| YUV | 142.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 181 | 0.27 | 0.22 | 0 | 0.29 | 228.98 | 0.25 | 0.61 |
| Hex | 84 | 8D | B5 | 1B | 16 | 0 | 1D | E5 | 19 | 3D |
| Octal | 204 | 215 | 265 | 33 | 26 | 0 | 35 | 345 | 31 | 75 |
| Binary | 10000100 | 10001101 | 10110101 | 11011 | 10110 | 0 | 11101 | 11100101 | 11001 | 111101 |
Color Harmonies of #848DB5
Complementary color
Monochromatic Colors of #848DB5
Black with #848DB5
Text Example
Text Example
White with #848DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848DB5; }
p { color: rgb(132,141,181); }
H1.HeaderClassName
{
color: #848DB5;
}
.AnyTagClassName
{
color: #848DB5;
}
</style>
background-color css
<style>
a { background-color: #848DB5; }
a { background-color: rgb(132,141,181); }
div.DivClassName
{
background-color: #848DB5;
}
.BgClassName
{
background-color: #848DB5;
}
</style>
border-color css
<style>
span { border-color: #848DB5; }
span { border-color: rgb(132,141,181); }
td.TdClassName
{
border-color: #848DB5;
}
.TagClassName
{
border-color: #848DB5;
}
</style>