Shades of Cornflower Blue #7C9BFF
Tints of Cornflower Blue #7C9BFF
RGB
CMYK
RGB Variations
Color information
#7C9BFF (or 0x7C9BFF) is known color: Cornflower Blue. HEX triplet: 7C, 9B and FF. RGB value is (124,155,255). Sum of RGB (Red+Green+Blue) = 124+155+255=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C9BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9BFF is #836400. Grayscale: #9C9C9C. Windows color (decimal): -8610817 or 16751484. OLE color: 16751484.
HSL color Cylindrical-coordinate representation of color #7C9BFF: hue angle of 225.8º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C9BFF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 155 | 255 | - |
| CMYK | 0.51 | 0.39 | 0 | 0 |
| HSL | 225.8º | 1% | 0.74% | - |
| HSV(B) | 225.8º | 0.51% | 1% | - |
| XYZ | 38.08 | 34.95 | 99.35 | - |
| YUV | 157.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 255 | 0.51 | 0.39 | 0 | 0 | 225.8 | 1 | 0.74 |
| Hex | 7C | 9B | FF | 33 | 27 | 0 | 0 | E2 | 64 | 4A |
| Octal | 174 | 233 | 377 | 63 | 47 | 0 | 0 | 342 | 144 | 112 |
| Binary | 1111100 | 10011011 | 11111111 | 110011 | 100111 | 0 | 0 | 11100010 | 1100100 | 1001010 |
Color Harmonies of #7C9BFF
Complementary color
Monochromatic Colors of #7C9BFF
Black with #7C9BFF
Text Example
Text Example
White with #7C9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9BFF; }
p { color: rgb(124,155,255); }
H1.HeaderClassName
{
color: #7C9BFF;
}
.AnyTagClassName
{
color: #7C9BFF;
}
</style>
background-color css
<style>
a { background-color: #7C9BFF; }
a { background-color: rgb(124,155,255); }
div.DivClassName
{
background-color: #7C9BFF;
}
.BgClassName
{
background-color: #7C9BFF;
}
</style>
border-color css
<style>
span { border-color: #7C9BFF; }
span { border-color: rgb(124,155,255); }
td.TdClassName
{
border-color: #7C9BFF;
}
.TagClassName
{
border-color: #7C9BFF;
}
</style>