Shades of Wild Blue Yonder #848CC2
Tints of Wild Blue Yonder #848CC2
RGB
CMYK
RGB Variations
Color information
#848CC2 (or 0x848CC2) is known color: Wild Blue Yonder. HEX triplet: 84, 8C and C2. RGB value is (132,140,194). Sum of RGB (Red+Green+Blue) = 132+140+194=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #848CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CC2 is #7B733D. Grayscale: #8F8F8F. Windows color (decimal): -8090430 or 12749956. OLE color: 12749956.
HSL color Cylindrical-coordinate representation of color #848CC2: hue angle of 232.26º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #848CC2 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 140 | 194 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.24 |
| HSL | 232.26º | 0.34% | 0.64% | - |
| HSV(B) | 232.26º | 0.32% | 0.76% | - |
| XYZ | 28.63 | 27.56 | 54.85 | - |
| YUV | 143.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 194 | 0.32 | 0.28 | 0 | 0.24 | 232.26 | 0.34 | 0.64 |
| Hex | 84 | 8C | C2 | 20 | 1C | 0 | 18 | E8 | 22 | 40 |
| Octal | 204 | 214 | 302 | 40 | 34 | 0 | 30 | 350 | 42 | 100 |
| Binary | 10000100 | 10001100 | 11000010 | 100000 | 11100 | 0 | 11000 | 11101000 | 100010 | 1000000 |
Color Harmonies of #848CC2
Complementary color
Monochromatic Colors of #848CC2
Black with #848CC2
Text Example
Text Example
White with #848CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CC2; }
p { color: rgb(132,140,194); }
H1.HeaderClassName
{
color: #848CC2;
}
.AnyTagClassName
{
color: #848CC2;
}
</style>
background-color css
<style>
a { background-color: #848CC2; }
a { background-color: rgb(132,140,194); }
div.DivClassName
{
background-color: #848CC2;
}
.BgClassName
{
background-color: #848CC2;
}
</style>
border-color css
<style>
span { border-color: #848CC2; }
span { border-color: rgb(132,140,194); }
td.TdClassName
{
border-color: #848CC2;
}
.TagClassName
{
border-color: #848CC2;
}
</style>