Shades of Cornflower Blue #7892FF
Tints of Cornflower Blue #7892FF
RGB
CMYK
RGB Variations
Color information
#7892FF (or 0x7892FF) is known color: Cornflower Blue. HEX triplet: 78, 92 and FF. RGB value is (120,146,255). Sum of RGB (Red+Green+Blue) = 120+146+255=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7892FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7892FF is #876D00. Grayscale: #969696. Windows color (decimal): -8875265 or 16749176. OLE color: 16749176.
HSL color Cylindrical-coordinate representation of color #7892FF: hue angle of 228.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7892FF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 146 | 255 | - |
| CMYK | 0.53 | 0.43 | 0 | 0 |
| HSL | 228.44º | 1% | 0.74% | - |
| HSV(B) | 228.44º | 0.53% | 1% | - |
| XYZ | 36.07 | 31.77 | 98.84 | - |
| YUV | 150.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 146 | 255 | 0.53 | 0.43 | 0 | 0 | 228.44 | 1 | 0.74 |
| Hex | 78 | 92 | FF | 35 | 2B | 0 | 0 | E4 | 64 | 4A |
| Octal | 170 | 222 | 377 | 65 | 53 | 0 | 0 | 344 | 144 | 112 |
| Binary | 1111000 | 10010010 | 11111111 | 110101 | 101011 | 0 | 0 | 11100100 | 1100100 | 1001010 |
Color Harmonies of #7892FF
Complementary color
Monochromatic Colors of #7892FF
Black with #7892FF
Text Example
Text Example
White with #7892FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7892FF; }
p { color: rgb(120,146,255); }
H1.HeaderClassName
{
color: #7892FF;
}
.AnyTagClassName
{
color: #7892FF;
}
</style>
background-color css
<style>
a { background-color: #7892FF; }
a { background-color: rgb(120,146,255); }
div.DivClassName
{
background-color: #7892FF;
}
.BgClassName
{
background-color: #7892FF;
}
</style>
border-color css
<style>
span { border-color: #7892FF; }
span { border-color: rgb(120,146,255); }
td.TdClassName
{
border-color: #7892FF;
}
.TagClassName
{
border-color: #7892FF;
}
</style>