Shades of Cornflower Blue #7B96FF
Tints of Cornflower Blue #7B96FF
RGB
CMYK
RGB Variations
Color information
#7B96FF (or 0x7B96FF) is known color: Cornflower Blue. HEX triplet: 7B, 96 and FF. RGB value is (123,150,255). Sum of RGB (Red+Green+Blue) = 123+150+255=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96FF is #846900. Grayscale: #999999. Windows color (decimal): -8677633 or 16750203. OLE color: 16750203.
HSL color Cylindrical-coordinate representation of color #7B96FF: hue angle of 227.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B96FF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 150 | 255 | - |
| CMYK | 0.52 | 0.41 | 0 | 0 |
| HSL | 227.73º | 1% | 0.74% | - |
| HSV(B) | 227.73º | 0.52% | 1% | - |
| XYZ | 37.12 | 33.24 | 99.07 | - |
| YUV | 153.9 | 185.05 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 255 | 0.52 | 0.41 | 0 | 0 | 227.73 | 1 | 0.74 |
| Hex | 7B | 96 | FF | 34 | 29 | 0 | 0 | E4 | 64 | 4A |
| Octal | 173 | 226 | 377 | 64 | 51 | 0 | 0 | 344 | 144 | 112 |
| Binary | 1111011 | 10010110 | 11111111 | 110100 | 101001 | 0 | 0 | 11100100 | 1100100 | 1001010 |
Color Harmonies of #7B96FF
Complementary color
Monochromatic Colors of #7B96FF
Black with #7B96FF
Text Example
Text Example
White with #7B96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96FF; }
p { color: rgb(123,150,255); }
H1.HeaderClassName
{
color: #7B96FF;
}
.AnyTagClassName
{
color: #7B96FF;
}
</style>
background-color css
<style>
a { background-color: #7B96FF; }
a { background-color: rgb(123,150,255); }
div.DivClassName
{
background-color: #7B96FF;
}
.BgClassName
{
background-color: #7B96FF;
}
</style>
border-color css
<style>
span { border-color: #7B96FF; }
span { border-color: rgb(123,150,255); }
td.TdClassName
{
border-color: #7B96FF;
}
.TagClassName
{
border-color: #7B96FF;
}
</style>