Shades of Cornflower Blue #849DFF
Tints of Cornflower Blue #849DFF
RGB
CMYK
RGB Variations
Color information
#849DFF (or 0x849DFF) is known color: Cornflower Blue. HEX triplet: 84, 9D and FF. RGB value is (132,157,255). Sum of RGB (Red+Green+Blue) = 132+157+255=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #849DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DFF is #7B6200. Grayscale: #A0A0A0. Windows color (decimal): -8086017 or 16752004. OLE color: 16752004.
HSL color Cylindrical-coordinate representation of color #849DFF: hue angle of 227.8º 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 #849DFF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 157 | 255 | - |
| CMYK | 0.48 | 0.38 | 0 | 0 |
| HSL | 227.8º | 1% | 0.76% | - |
| HSV(B) | 227.8º | 0.48% | 1% | - |
| XYZ | 39.62 | 36.24 | 99.51 | - |
| YUV | 160.7 | 181.22 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 255 | 0.48 | 0.38 | 0 | 0 | 227.8 | 1 | 0.76 |
| Hex | 84 | 9D | FF | 30 | 26 | 0 | 0 | E4 | 64 | 4C |
| Octal | 204 | 235 | 377 | 60 | 46 | 0 | 0 | 344 | 144 | 114 |
| Binary | 10000100 | 10011101 | 11111111 | 110000 | 100110 | 0 | 0 | 11100100 | 1100100 | 1001100 |
Color Harmonies of #849DFF
Complementary color
Monochromatic Colors of #849DFF
Black with #849DFF
Text Example
Text Example
White with #849DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849DFF; }
p { color: rgb(132,157,255); }
H1.HeaderClassName
{
color: #849DFF;
}
.AnyTagClassName
{
color: #849DFF;
}
</style>
background-color css
<style>
a { background-color: #849DFF; }
a { background-color: rgb(132,157,255); }
div.DivClassName
{
background-color: #849DFF;
}
.BgClassName
{
background-color: #849DFF;
}
</style>
border-color css
<style>
span { border-color: #849DFF; }
span { border-color: rgb(132,157,255); }
td.TdClassName
{
border-color: #849DFF;
}
.TagClassName
{
border-color: #849DFF;
}
</style>