Shades of Cornflower Blue #849EFF
Tints of Cornflower Blue #849EFF
RGB
CMYK
RGB Variations
Color information
#849EFF (or 0x849EFF) is known color: Cornflower Blue. HEX triplet: 84, 9E and FF. RGB value is (132,158,255). Sum of RGB (Red+Green+Blue) = 132+158+255=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #849EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFF is #7B6100. Grayscale: #A0A0A0. Windows color (decimal): -8085761 or 16752260. OLE color: 16752260.
HSL color Cylindrical-coordinate representation of color #849EFF: hue angle of 227.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849EFF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 158 | 255 | - |
| CMYK | 0.48 | 0.38 | 0 | 0 |
| HSL | 227.32º | 1% | 0.76% | - |
| HSV(B) | 227.32º | 0.48% | 1% | - |
| XYZ | 39.79 | 36.58 | 99.57 | - |
| YUV | 161.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 255 | 0.48 | 0.38 | 0 | 0 | 227.32 | 1 | 0.76 |
| Hex | 84 | 9E | FF | 30 | 26 | 0 | 0 | E3 | 64 | 4C |
| Octal | 204 | 236 | 377 | 60 | 46 | 0 | 0 | 343 | 144 | 114 |
| Binary | 10000100 | 10011110 | 11111111 | 110000 | 100110 | 0 | 0 | 11100011 | 1100100 | 1001100 |
Color Harmonies of #849EFF
Complementary color
Monochromatic Colors of #849EFF
Black with #849EFF
Text Example
Text Example
White with #849EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EFF; }
p { color: rgb(132,158,255); }
H1.HeaderClassName
{
color: #849EFF;
}
.AnyTagClassName
{
color: #849EFF;
}
</style>
background-color css
<style>
a { background-color: #849EFF; }
a { background-color: rgb(132,158,255); }
div.DivClassName
{
background-color: #849EFF;
}
.BgClassName
{
background-color: #849EFF;
}
</style>
border-color css
<style>
span { border-color: #849EFF; }
span { border-color: rgb(132,158,255); }
td.TdClassName
{
border-color: #849EFF;
}
.TagClassName
{
border-color: #849EFF;
}
</style>