Shades of Wild Blue Yonder #848BC6
Tints of Wild Blue Yonder #848BC6
RGB
CMYK
RGB Variations
Color information
#848BC6 (or 0x848BC6) is known color: Wild Blue Yonder. HEX triplet: 84, 8B and C6. RGB value is (132,139,198). Sum of RGB (Red+Green+Blue) = 132+139+198=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #848BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BC6 is #7B7439. Grayscale: #8F8F8F. Windows color (decimal): -8090682 or 13011844. OLE color: 13011844.
HSL color Cylindrical-coordinate representation of color #848BC6: hue angle of 233.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #848BC6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 139 | 198 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.22 |
| HSL | 233.64º | 0.37% | 0.65% | - |
| HSV(B) | 233.64º | 0.33% | 0.78% | - |
| XYZ | 28.94 | 27.45 | 57.2 | - |
| YUV | 143.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 139 | 198 | 0.33 | 0.30 | 0 | 0.22 | 233.64 | 0.37 | 0.65 |
| Hex | 84 | 8B | C6 | 21 | 1E | 0 | 16 | EA | 25 | 41 |
| Octal | 204 | 213 | 306 | 41 | 36 | 0 | 26 | 352 | 45 | 101 |
| Binary | 10000100 | 10001011 | 11000110 | 100001 | 11110 | 0 | 10110 | 11101010 | 100101 | 1000001 |
Color Harmonies of #848BC6
Complementary color
Monochromatic Colors of #848BC6
Black with #848BC6
Text Example
Text Example
White with #848BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848BC6; }
p { color: rgb(132,139,198); }
H1.HeaderClassName
{
color: #848BC6;
}
.AnyTagClassName
{
color: #848BC6;
}
</style>
background-color css
<style>
a { background-color: #848BC6; }
a { background-color: rgb(132,139,198); }
div.DivClassName
{
background-color: #848BC6;
}
.BgClassName
{
background-color: #848BC6;
}
</style>
border-color css
<style>
span { border-color: #848BC6; }
span { border-color: rgb(132,139,198); }
td.TdClassName
{
border-color: #848BC6;
}
.TagClassName
{
border-color: #848BC6;
}
</style>