Shades of Wild Blue Yonder #848AC1
Tints of Wild Blue Yonder #848AC1
RGB
CMYK
RGB Variations
Color information
#848AC1 (or 0x848AC1) is known color: Wild Blue Yonder. HEX triplet: 84, 8A and C1. RGB value is (132,138,193). Sum of RGB (Red+Green+Blue) = 132+138+193=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #848AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848AC1 is #7B753E. Grayscale: #8E8E8E. Windows color (decimal): -8090943 or 12683908. OLE color: 12683908.
HSL color Cylindrical-coordinate representation of color #848AC1: hue angle of 234.1º 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 #848AC1 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 138 | 193 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.24 |
| HSL | 234.1º | 0.33% | 0.64% | - |
| HSV(B) | 234.1º | 0.32% | 0.76% | - |
| XYZ | 28.23 | 26.93 | 54.16 | - |
| YUV | 142.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 138 | 193 | 0.32 | 0.28 | 0 | 0.24 | 234.1 | 0.33 | 0.64 |
| Hex | 84 | 8A | C1 | 20 | 1C | 0 | 18 | EA | 21 | 40 |
| Octal | 204 | 212 | 301 | 40 | 34 | 0 | 30 | 352 | 41 | 100 |
| Binary | 10000100 | 10001010 | 11000001 | 100000 | 11100 | 0 | 11000 | 11101010 | 100001 | 1000000 |
Color Harmonies of #848AC1
Complementary color
Monochromatic Colors of #848AC1
Black with #848AC1
Text Example
Text Example
White with #848AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848AC1; }
p { color: rgb(132,138,193); }
H1.HeaderClassName
{
color: #848AC1;
}
.AnyTagClassName
{
color: #848AC1;
}
</style>
background-color css
<style>
a { background-color: #848AC1; }
a { background-color: rgb(132,138,193); }
div.DivClassName
{
background-color: #848AC1;
}
.BgClassName
{
background-color: #848AC1;
}
</style>
border-color css
<style>
span { border-color: #848AC1; }
span { border-color: rgb(132,138,193); }
td.TdClassName
{
border-color: #848AC1;
}
.TagClassName
{
border-color: #848AC1;
}
</style>