Shades of Wild Blue Yonder #848ABC
Tints of Wild Blue Yonder #848ABC
RGB
CMYK
RGB Variations
Color information
#848ABC (or 0x848ABC) is known color: Wild Blue Yonder. HEX triplet: 84, 8A and BC. RGB value is (132,138,188). Sum of RGB (Red+Green+Blue) = 132+138+188=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #848ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ABC is #7B7543. Grayscale: #8D8D8D. Windows color (decimal): -8090948 or 12356228. OLE color: 12356228.
HSL color Cylindrical-coordinate representation of color #848ABC: hue angle of 233.57º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848ABC is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 138 | 188 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.26 |
| HSL | 233.57º | 0.29% | 0.63% | - |
| HSV(B) | 233.57º | 0.3% | 0.74% | - |
| XYZ | 27.68 | 26.71 | 51.27 | - |
| YUV | 141.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 188 | 0.30 | 0.27 | 0 | 0.26 | 233.57 | 0.29 | 0.63 |
| Hex | 84 | 8A | BC | 1E | 1B | 0 | 1A | EA | 1D | 3F |
| Octal | 204 | 212 | 274 | 36 | 33 | 0 | 32 | 352 | 35 | 77 |
| Binary | 10000100 | 10001010 | 10111100 | 11110 | 11011 | 0 | 11010 | 11101010 | 11101 | 111111 |
Color Harmonies of #848ABC
Complementary color
Monochromatic Colors of #848ABC
Black with #848ABC
Text Example
Text Example
White with #848ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848ABC; }
p { color: rgb(132,138,188); }
H1.HeaderClassName
{
color: #848ABC;
}
.AnyTagClassName
{
color: #848ABC;
}
</style>
background-color css
<style>
a { background-color: #848ABC; }
a { background-color: rgb(132,138,188); }
div.DivClassName
{
background-color: #848ABC;
}
.BgClassName
{
background-color: #848ABC;
}
</style>
border-color css
<style>
span { border-color: #848ABC; }
span { border-color: rgb(132,138,188); }
td.TdClassName
{
border-color: #848ABC;
}
.TagClassName
{
border-color: #848ABC;
}
</style>