Shades of Wild Blue Yonder #848BC1
Tints of Wild Blue Yonder #848BC1
RGB
CMYK
RGB Variations
Color information
#848BC1 (or 0x848BC1) is known color: Wild Blue Yonder. HEX triplet: 84, 8B and C1. RGB value is (132,139,193). Sum of RGB (Red+Green+Blue) = 132+139+193=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #848BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BC1 is #7B743E. Grayscale: #8E8E8E. Windows color (decimal): -8090687 or 12684164. OLE color: 12684164.
HSL color Cylindrical-coordinate representation of color #848BC1: hue angle of 233.11º 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 #848BC1 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 139 | 193 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.24 |
| HSL | 233.11º | 0.33% | 0.64% | - |
| HSV(B) | 233.11º | 0.32% | 0.76% | - |
| XYZ | 28.37 | 27.22 | 54.21 | - |
| YUV | 143.06 | 156.18 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 193 | 0.32 | 0.28 | 0 | 0.24 | 233.11 | 0.33 | 0.64 |
| Hex | 84 | 8B | C1 | 20 | 1C | 0 | 18 | E9 | 21 | 40 |
| Octal | 204 | 213 | 301 | 40 | 34 | 0 | 30 | 351 | 41 | 100 |
| Binary | 10000100 | 10001011 | 11000001 | 100000 | 11100 | 0 | 11000 | 11101001 | 100001 | 1000000 |
Color Harmonies of #848BC1
Complementary color
Monochromatic Colors of #848BC1
Black with #848BC1
Text Example
Text Example
White with #848BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BC1; }
p { color: rgb(132,139,193); }
H1.HeaderClassName
{
color: #848BC1;
}
.AnyTagClassName
{
color: #848BC1;
}
</style>
background-color css
<style>
a { background-color: #848BC1; }
a { background-color: rgb(132,139,193); }
div.DivClassName
{
background-color: #848BC1;
}
.BgClassName
{
background-color: #848BC1;
}
</style>
border-color css
<style>
span { border-color: #848BC1; }
span { border-color: rgb(132,139,193); }
td.TdClassName
{
border-color: #848BC1;
}
.TagClassName
{
border-color: #848BC1;
}
</style>