Shades of Wild Blue Yonder #848CC7
Tints of Wild Blue Yonder #848CC7
RGB
CMYK
RGB Variations
Color information
#848CC7 (or 0x848CC7) is known color: Wild Blue Yonder. HEX triplet: 84, 8C and C7. RGB value is (132,140,199). Sum of RGB (Red+Green+Blue) = 132+140+199=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #848CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CC7 is #7B7338. Grayscale: #909090. Windows color (decimal): -8090425 or 13077636. OLE color: 13077636.
HSL color Cylindrical-coordinate representation of color #848CC7: hue angle of 232.84º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #848CC7 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 140 | 199 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.22 |
| HSL | 232.84º | 0.37% | 0.65% | - |
| HSV(B) | 232.84º | 0.34% | 0.78% | - |
| XYZ | 29.2 | 27.79 | 57.86 | - |
| YUV | 144.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 199 | 0.34 | 0.30 | 0 | 0.22 | 232.84 | 0.37 | 0.65 |
| Hex | 84 | 8C | C7 | 22 | 1E | 0 | 16 | E9 | 25 | 41 |
| Octal | 204 | 214 | 307 | 42 | 36 | 0 | 26 | 351 | 45 | 101 |
| Binary | 10000100 | 10001100 | 11000111 | 100010 | 11110 | 0 | 10110 | 11101001 | 100101 | 1000001 |
Color Harmonies of #848CC7
Complementary color
Monochromatic Colors of #848CC7
Black with #848CC7
Text Example
Text Example
White with #848CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848CC7; }
p { color: rgb(132,140,199); }
H1.HeaderClassName
{
color: #848CC7;
}
.AnyTagClassName
{
color: #848CC7;
}
</style>
background-color css
<style>
a { background-color: #848CC7; }
a { background-color: rgb(132,140,199); }
div.DivClassName
{
background-color: #848CC7;
}
.BgClassName
{
background-color: #848CC7;
}
</style>
border-color css
<style>
span { border-color: #848CC7; }
span { border-color: rgb(132,140,199); }
td.TdClassName
{
border-color: #848CC7;
}
.TagClassName
{
border-color: #848CC7;
}
</style>