Shades of Cornflower Blue #7B96FB
Tints of Cornflower Blue #7B96FB
RGB
CMYK
RGB Variations
Color information
#7B96FB (or 0x7B96FB) is known color: Cornflower Blue. HEX triplet: 7B, 96 and FB. RGB value is (123,150,251). Sum of RGB (Red+Green+Blue) = 123+150+251=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B96FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96FB is #846904. Grayscale: #999999. Windows color (decimal): -8677637 or 16488059. OLE color: 16488059.
HSL color Cylindrical-coordinate representation of color #7B96FB: hue angle of 227.34º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B96FB is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 150 | 251 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.02 |
| HSL | 227.34º | 0.94% | 0.73% | - |
| HSV(B) | 227.34º | 0.51% | 0.98% | - |
| XYZ | 36.49 | 32.99 | 95.71 | - |
| YUV | 153.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 251 | 0.51 | 0.40 | 0 | 0.02 | 227.34 | 0.94 | 0.73 |
| Hex | 7B | 96 | FB | 33 | 28 | 0 | 2 | E3 | 5E | 49 |
| Octal | 173 | 226 | 373 | 63 | 50 | 0 | 2 | 343 | 136 | 111 |
| Binary | 1111011 | 10010110 | 11111011 | 110011 | 101000 | 0 | 10 | 11100011 | 1011110 | 1001001 |
Color Harmonies of #7B96FB
Complementary color
Monochromatic Colors of #7B96FB
Black with #7B96FB
Text Example
Text Example
White with #7B96FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96FB; }
p { color: rgb(123,150,251); }
H1.HeaderClassName
{
color: #7B96FB;
}
.AnyTagClassName
{
color: #7B96FB;
}
</style>
background-color css
<style>
a { background-color: #7B96FB; }
a { background-color: rgb(123,150,251); }
div.DivClassName
{
background-color: #7B96FB;
}
.BgClassName
{
background-color: #7B96FB;
}
</style>
border-color css
<style>
span { border-color: #7B96FB; }
span { border-color: rgb(123,150,251); }
td.TdClassName
{
border-color: #7B96FB;
}
.TagClassName
{
border-color: #7B96FB;
}
</style>