Shades of Wild Blue Yonder #848FC0
Tints of Wild Blue Yonder #848FC0
RGB
CMYK
RGB Variations
Color information
#848FC0 (or 0x848FC0) is known color: Wild Blue Yonder. HEX triplet: 84, 8F and C0. RGB value is (132,143,192). Sum of RGB (Red+Green+Blue) = 132+143+192=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #848FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FC0 is #7B703F. Grayscale: #919191. Windows color (decimal): -8089664 or 12619652. OLE color: 12619652.
HSL color Cylindrical-coordinate representation of color #848FC0: hue angle of 229º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848FC0 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 143 | 192 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.25 |
| HSL | 229º | 0.32% | 0.64% | - |
| HSV(B) | 229º | 0.31% | 0.75% | - |
| XYZ | 28.85 | 28.36 | 53.82 | - |
| YUV | 145.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 192 | 0.31 | 0.26 | 0 | 0.25 | 229 | 0.32 | 0.64 |
| Hex | 84 | 8F | C0 | 1F | 1A | 0 | 19 | E5 | 20 | 40 |
| Octal | 204 | 217 | 300 | 37 | 32 | 0 | 31 | 345 | 40 | 100 |
| Binary | 10000100 | 10001111 | 11000000 | 11111 | 11010 | 0 | 11001 | 11100101 | 100000 | 1000000 |
Color Harmonies of #848FC0
Complementary color
Monochromatic Colors of #848FC0
Black with #848FC0
Text Example
Text Example
White with #848FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FC0; }
p { color: rgb(132,143,192); }
H1.HeaderClassName
{
color: #848FC0;
}
.AnyTagClassName
{
color: #848FC0;
}
</style>
background-color css
<style>
a { background-color: #848FC0; }
a { background-color: rgb(132,143,192); }
div.DivClassName
{
background-color: #848FC0;
}
.BgClassName
{
background-color: #848FC0;
}
</style>
border-color css
<style>
span { border-color: #848FC0; }
span { border-color: rgb(132,143,192); }
td.TdClassName
{
border-color: #848FC0;
}
.TagClassName
{
border-color: #848FC0;
}
</style>