Shades of Wild Blue Yonder #848BBE
Tints of Wild Blue Yonder #848BBE
RGB
CMYK
RGB Variations
Color information
#848BBE (or 0x848BBE) is known color: Wild Blue Yonder. HEX triplet: 84, 8B and BE. RGB value is (132,139,190). Sum of RGB (Red+Green+Blue) = 132+139+190=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #848BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BBE is #7B7441. Grayscale: #8E8E8E. Windows color (decimal): -8090690 or 12487556. OLE color: 12487556.
HSL color Cylindrical-coordinate representation of color #848BBE: hue angle of 232.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848BBE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 139 | 190 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.25 |
| HSL | 232.76º | 0.31% | 0.63% | - |
| HSV(B) | 232.76º | 0.31% | 0.75% | - |
| XYZ | 28.04 | 27.09 | 52.47 | - |
| YUV | 142.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 190 | 0.31 | 0.27 | 0 | 0.25 | 232.76 | 0.31 | 0.63 |
| Hex | 84 | 8B | BE | 1F | 1B | 0 | 19 | E9 | 1F | 3F |
| Octal | 204 | 213 | 276 | 37 | 33 | 0 | 31 | 351 | 37 | 77 |
| Binary | 10000100 | 10001011 | 10111110 | 11111 | 11011 | 0 | 11001 | 11101001 | 11111 | 111111 |
Color Harmonies of #848BBE
Complementary color
Monochromatic Colors of #848BBE
Black with #848BBE
Text Example
Text Example
White with #848BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BBE; }
p { color: rgb(132,139,190); }
H1.HeaderClassName
{
color: #848BBE;
}
.AnyTagClassName
{
color: #848BBE;
}
</style>
background-color css
<style>
a { background-color: #848BBE; }
a { background-color: rgb(132,139,190); }
div.DivClassName
{
background-color: #848BBE;
}
.BgClassName
{
background-color: #848BBE;
}
</style>
border-color css
<style>
span { border-color: #848BBE; }
span { border-color: rgb(132,139,190); }
td.TdClassName
{
border-color: #848BBE;
}
.TagClassName
{
border-color: #848BBE;
}
</style>