Shades of Cornflower Blue #7F9CFF
Tints of Cornflower Blue #7F9CFF
RGB
CMYK
RGB Variations
Color information
#7F9CFF (or 0x7F9CFF) is known color: Cornflower Blue. HEX triplet: 7F, 9C and FF. RGB value is (127,156,255). Sum of RGB (Red+Green+Blue) = 127+156+255=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F9CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CFF is #806300. Grayscale: #9E9E9E. Windows color (decimal): -8413953 or 16751743. OLE color: 16751743.
HSL color Cylindrical-coordinate representation of color #7F9CFF: hue angle of 226.41º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F9CFF is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 156 | 255 | - |
| CMYK | 0.50 | 0.39 | 0 | 0 |
| HSL | 226.41º | 1% | 0.75% | - |
| HSV(B) | 226.41º | 0.5% | 1% | - |
| XYZ | 38.69 | 35.51 | 99.42 | - |
| YUV | 158.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 156 | 255 | 0.50 | 0.39 | 0 | 0 | 226.41 | 1 | 0.75 |
| Hex | 7F | 9C | FF | 32 | 27 | 0 | 0 | E2 | 64 | 4B |
| Octal | 177 | 234 | 377 | 62 | 47 | 0 | 0 | 342 | 144 | 113 |
| Binary | 1111111 | 10011100 | 11111111 | 110010 | 100111 | 0 | 0 | 11100010 | 1100100 | 1001011 |
Color Harmonies of #7F9CFF
Complementary color
Monochromatic Colors of #7F9CFF
Black with #7F9CFF
Text Example
Text Example
White with #7F9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9CFF; }
p { color: rgb(127,156,255); }
H1.HeaderClassName
{
color: #7F9CFF;
}
.AnyTagClassName
{
color: #7F9CFF;
}
</style>
background-color css
<style>
a { background-color: #7F9CFF; }
a { background-color: rgb(127,156,255); }
div.DivClassName
{
background-color: #7F9CFF;
}
.BgClassName
{
background-color: #7F9CFF;
}
</style>
border-color css
<style>
span { border-color: #7F9CFF; }
span { border-color: rgb(127,156,255); }
td.TdClassName
{
border-color: #7F9CFF;
}
.TagClassName
{
border-color: #7F9CFF;
}
</style>