Shades of Cornflower Blue #7B96FE
Tints of Cornflower Blue #7B96FE
RGB
CMYK
RGB Variations
Color information
#7B96FE (or 0x7B96FE) is known color: Cornflower Blue. HEX triplet: 7B, 96 and FE. RGB value is (123,150,254). Sum of RGB (Red+Green+Blue) = 123+150+254=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B96FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96FE is #846901. Grayscale: #999999. Windows color (decimal): -8677634 or 16684667. OLE color: 16684667.
HSL color Cylindrical-coordinate representation of color #7B96FE: hue angle of 227.63º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B96FE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 150 | 254 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.00 |
| HSL | 227.63º | 0.98% | 0.74% | - |
| HSV(B) | 227.63º | 0.52% | 1% | - |
| XYZ | 36.96 | 33.18 | 98.22 | - |
| YUV | 153.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 254 | 0.52 | 0.41 | 0 | 0.00 | 227.63 | 0.98 | 0.74 |
| Hex | 7B | 96 | FE | 34 | 29 | 0 | 0 | E4 | 62 | 4A |
| Octal | 173 | 226 | 376 | 64 | 51 | 0 | 0 | 344 | 142 | 112 |
| Binary | 1111011 | 10010110 | 11111110 | 110100 | 101001 | 0 | 0 | 11100100 | 1100010 | 1001010 |
Color Harmonies of #7B96FE
Complementary color
Monochromatic Colors of #7B96FE
Black with #7B96FE
Text Example
Text Example
White with #7B96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96FE; }
p { color: rgb(123,150,254); }
H1.HeaderClassName
{
color: #7B96FE;
}
.AnyTagClassName
{
color: #7B96FE;
}
</style>
background-color css
<style>
a { background-color: #7B96FE; }
a { background-color: rgb(123,150,254); }
div.DivClassName
{
background-color: #7B96FE;
}
.BgClassName
{
background-color: #7B96FE;
}
</style>
border-color css
<style>
span { border-color: #7B96FE; }
span { border-color: rgb(123,150,254); }
td.TdClassName
{
border-color: #7B96FE;
}
.TagClassName
{
border-color: #7B96FE;
}
</style>