Shades of Cornflower Blue #7B9EF6
Tints of Cornflower Blue #7B9EF6
RGB
CMYK
RGB Variations
Color information
#7B9EF6 (or 0x7B9EF6) is known color: Cornflower Blue. HEX triplet: 7B, 9E and F6. RGB value is (123,158,246). Sum of RGB (Red+Green+Blue) = 123+158+246=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B9EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9EF6 is #846109. Grayscale: #9D9D9D. Windows color (decimal): -8675594 or 16162427. OLE color: 16162427.
HSL color Cylindrical-coordinate representation of color #7B9EF6: hue angle of 222.93º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B9EF6 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 158 | 246 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.04 |
| HSL | 222.93º | 0.87% | 0.72% | - |
| HSV(B) | 222.93º | 0.5% | 0.96% | - |
| XYZ | 37.03 | 35.32 | 92.05 | - |
| YUV | 157.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 246 | 0.50 | 0.36 | 0 | 0.04 | 222.93 | 0.87 | 0.72 |
| Hex | 7B | 9E | F6 | 32 | 24 | 0 | 4 | DF | 57 | 48 |
| Octal | 173 | 236 | 366 | 62 | 44 | 0 | 4 | 337 | 127 | 110 |
| Binary | 1111011 | 10011110 | 11110110 | 110010 | 100100 | 0 | 100 | 11011111 | 1010111 | 1001000 |
Color Harmonies of #7B9EF6
Complementary color
Monochromatic Colors of #7B9EF6
Black with #7B9EF6
Text Example
Text Example
White with #7B9EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9EF6; }
p { color: rgb(123,158,246); }
H1.HeaderClassName
{
color: #7B9EF6;
}
.AnyTagClassName
{
color: #7B9EF6;
}
</style>
background-color css
<style>
a { background-color: #7B9EF6; }
a { background-color: rgb(123,158,246); }
div.DivClassName
{
background-color: #7B9EF6;
}
.BgClassName
{
background-color: #7B9EF6;
}
</style>
border-color css
<style>
span { border-color: #7B9EF6; }
span { border-color: rgb(123,158,246); }
td.TdClassName
{
border-color: #7B9EF6;
}
.TagClassName
{
border-color: #7B9EF6;
}
</style>