Shades of Cornflower Blue #7C92FB
Tints of Cornflower Blue #7C92FB
RGB
CMYK
RGB Variations
Color information
#7C92FB (or 0x7C92FB) is known color: Cornflower Blue. HEX triplet: 7C, 92 and FB. RGB value is (124,146,251). Sum of RGB (Red+Green+Blue) = 124+146+251=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C92FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C92FB is #836D04. Grayscale: #969696. Windows color (decimal): -8613125 or 16487036. OLE color: 16487036.
HSL color Cylindrical-coordinate representation of color #7C92FB: hue angle of 229.61º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C92FB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 146 | 251 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.02 |
| HSL | 229.61º | 0.94% | 0.74% | - |
| HSV(B) | 229.61º | 0.51% | 0.98% | - |
| XYZ | 36 | 31.81 | 95.51 | - |
| YUV | 151.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 251 | 0.51 | 0.42 | 0 | 0.02 | 229.61 | 0.94 | 0.74 |
| Hex | 7C | 92 | FB | 33 | 2A | 0 | 2 | E6 | 5E | 4A |
| Octal | 174 | 222 | 373 | 63 | 52 | 0 | 2 | 346 | 136 | 112 |
| Binary | 1111100 | 10010010 | 11111011 | 110011 | 101010 | 0 | 10 | 11100110 | 1011110 | 1001010 |
Color Harmonies of #7C92FB
Complementary color
Monochromatic Colors of #7C92FB
Black with #7C92FB
Text Example
Text Example
White with #7C92FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C92FB; }
p { color: rgb(124,146,251); }
H1.HeaderClassName
{
color: #7C92FB;
}
.AnyTagClassName
{
color: #7C92FB;
}
</style>
background-color css
<style>
a { background-color: #7C92FB; }
a { background-color: rgb(124,146,251); }
div.DivClassName
{
background-color: #7C92FB;
}
.BgClassName
{
background-color: #7C92FB;
}
</style>
border-color css
<style>
span { border-color: #7C92FB; }
span { border-color: rgb(124,146,251); }
td.TdClassName
{
border-color: #7C92FB;
}
.TagClassName
{
border-color: #7C92FB;
}
</style>