Shades of Wild Blue Yonder #848BAE
Tints of Wild Blue Yonder #848BAE
RGB
CMYK
RGB Variations
Color information
#848BAE (or 0x848BAE) is known color: Wild Blue Yonder. HEX triplet: 84, 8B and AE. RGB value is (132,139,174). Sum of RGB (Red+Green+Blue) = 132+139+174=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #848BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAE is #7B7451. Grayscale: #8C8C8C. Windows color (decimal): -8090706 or 11438980. OLE color: 11438980.
HSL color Cylindrical-coordinate representation of color #848BAE: hue angle of 230º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848BAE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 139 | 174 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.32 |
| HSL | 230º | 0.21% | 0.6% | - |
| HSV(B) | 230º | 0.24% | 0.68% | - |
| XYZ | 26.39 | 26.43 | 43.75 | - |
| YUV | 140.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 174 | 0.24 | 0.20 | 0 | 0.32 | 230 | 0.21 | 0.6 |
| Hex | 84 | 8B | AE | 18 | 14 | 0 | 20 | E6 | 15 | 3C |
| Octal | 204 | 213 | 256 | 30 | 24 | 0 | 40 | 346 | 25 | 74 |
| Binary | 10000100 | 10001011 | 10101110 | 11000 | 10100 | 0 | 100000 | 11100110 | 10101 | 111100 |
Color Harmonies of #848BAE
Complementary color
Monochromatic Colors of #848BAE
Black with #848BAE
Text Example
Text Example
White with #848BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BAE; }
p { color: rgb(132,139,174); }
H1.HeaderClassName
{
color: #848BAE;
}
.AnyTagClassName
{
color: #848BAE;
}
</style>
background-color css
<style>
a { background-color: #848BAE; }
a { background-color: rgb(132,139,174); }
div.DivClassName
{
background-color: #848BAE;
}
.BgClassName
{
background-color: #848BAE;
}
</style>
border-color css
<style>
span { border-color: #848BAE; }
span { border-color: rgb(132,139,174); }
td.TdClassName
{
border-color: #848BAE;
}
.TagClassName
{
border-color: #848BAE;
}
</style>