Shades of Wild Blue Yonder #848FC1
Tints of Wild Blue Yonder #848FC1
RGB
CMYK
RGB Variations
Color information
#848FC1 (or 0x848FC1) is known color: Wild Blue Yonder. HEX triplet: 84, 8F and C1. RGB value is (132,143,193). Sum of RGB (Red+Green+Blue) = 132+143+193=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #848FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FC1 is #7B703E. Grayscale: #919191. Windows color (decimal): -8089663 or 12685188. OLE color: 12685188.
HSL color Cylindrical-coordinate representation of color #848FC1: hue angle of 229.18º degrees, saturation: 0.33, 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 #848FC1 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 143 | 193 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.24 |
| HSL | 229.18º | 0.33% | 0.64% | - |
| HSV(B) | 229.18º | 0.32% | 0.76% | - |
| XYZ | 28.96 | 28.4 | 54.41 | - |
| YUV | 145.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 193 | 0.32 | 0.26 | 0 | 0.24 | 229.18 | 0.33 | 0.64 |
| Hex | 84 | 8F | C1 | 20 | 1A | 0 | 18 | E5 | 21 | 40 |
| Octal | 204 | 217 | 301 | 40 | 32 | 0 | 30 | 345 | 41 | 100 |
| Binary | 10000100 | 10001111 | 11000001 | 100000 | 11010 | 0 | 11000 | 11100101 | 100001 | 1000000 |
Color Harmonies of #848FC1
Complementary color
Monochromatic Colors of #848FC1
Black with #848FC1
Text Example
Text Example
White with #848FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FC1; }
p { color: rgb(132,143,193); }
H1.HeaderClassName
{
color: #848FC1;
}
.AnyTagClassName
{
color: #848FC1;
}
</style>
background-color css
<style>
a { background-color: #848FC1; }
a { background-color: rgb(132,143,193); }
div.DivClassName
{
background-color: #848FC1;
}
.BgClassName
{
background-color: #848FC1;
}
</style>
border-color css
<style>
span { border-color: #848FC1; }
span { border-color: rgb(132,143,193); }
td.TdClassName
{
border-color: #848FC1;
}
.TagClassName
{
border-color: #848FC1;
}
</style>