Shades of Cornflower Blue #7B96EC
Tints of Cornflower Blue #7B96EC
RGB
CMYK
RGB Variations
Color information
#7B96EC (or 0x7B96EC) is known color: Cornflower Blue. HEX triplet: 7B, 96 and EC. RGB value is (123,150,236). Sum of RGB (Red+Green+Blue) = 123+150+236=509 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.17% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B96EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96EC is #846913. Grayscale: #979797. Windows color (decimal): -8677652 or 15505019. OLE color: 15505019.
HSL color Cylindrical-coordinate representation of color #7B96EC: hue angle of 225.66º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B96EC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 150 | 236 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.07 |
| HSL | 225.66º | 0.75% | 0.7% | - |
| HSV(B) | 225.66º | 0.48% | 0.93% | - |
| XYZ | 34.22 | 32.08 | 83.75 | - |
| YUV | 151.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 236 | 0.48 | 0.36 | 0 | 0.07 | 225.66 | 0.75 | 0.7 |
| Hex | 7B | 96 | EC | 30 | 24 | 0 | 7 | E2 | 4B | 46 |
| Octal | 173 | 226 | 354 | 60 | 44 | 0 | 7 | 342 | 113 | 106 |
| Binary | 1111011 | 10010110 | 11101100 | 110000 | 100100 | 0 | 111 | 11100010 | 1001011 | 1000110 |
Color Harmonies of #7B96EC
Complementary color
Monochromatic Colors of #7B96EC
Black with #7B96EC
Text Example
Text Example
White with #7B96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96EC; }
p { color: rgb(123,150,236); }
H1.HeaderClassName
{
color: #7B96EC;
}
.AnyTagClassName
{
color: #7B96EC;
}
</style>
background-color css
<style>
a { background-color: #7B96EC; }
a { background-color: rgb(123,150,236); }
div.DivClassName
{
background-color: #7B96EC;
}
.BgClassName
{
background-color: #7B96EC;
}
</style>
border-color css
<style>
span { border-color: #7B96EC; }
span { border-color: rgb(123,150,236); }
td.TdClassName
{
border-color: #7B96EC;
}
.TagClassName
{
border-color: #7B96EC;
}
</style>