Shades of Cornflower Blue #7B96FA
Tints of Cornflower Blue #7B96FA
RGB
CMYK
RGB Variations
Color information
#7B96FA (or 0x7B96FA) is known color: Cornflower Blue. HEX triplet: 7B, 96 and FA. RGB value is (123,150,250). Sum of RGB (Red+Green+Blue) = 123+150+250=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B96FA is #846905. Grayscale: #989898. Windows color (decimal): -8677638 or 16422523. OLE color: 16422523.
HSL color Cylindrical-coordinate representation of color #7B96FA: hue angle of 227.24º degrees, saturation: 0.93, 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 #7B96FA is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 150 | 250 | - |
| CMYK | 0.51 | 0.4 | 0 | 0.02 |
| HSL | 227.24º | 0.93% | 0.73% | - |
| HSV(B) | 227.24º | 0.51% | 0.98% | - |
| XYZ | 36.33 | 32.93 | 94.88 | - |
| YUV | 153.33 | 182.55 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 250 | 0.51 | 0.4 | 0 | 0.02 | 227.24 | 0.93 | 0.73 |
| Hex | 7B | 96 | FA | 33 | 28 | 0 | 2 | E3 | 5D | 49 |
| Octal | 173 | 226 | 372 | 63 | 50 | 0 | 2 | 343 | 135 | 111 |
| Binary | 1111011 | 10010110 | 11111010 | 110011 | 101000 | 0 | 10 | 11100011 | 1011101 | 1001001 |
Color Harmonies of #7B96FA
Complementary color
Monochromatic Colors of #7B96FA
Black with #7B96FA
Text Example
Text Example
White with #7B96FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96FA; }
p { color: rgb(123,150,250); }
H1.HeaderClassName
{
color: #7B96FA;
}
.AnyTagClassName
{
color: #7B96FA;
}
</style>
background-color css
<style>
a { background-color: #7B96FA; }
a { background-color: rgb(123,150,250); }
div.DivClassName
{
background-color: #7B96FA;
}
.BgClassName
{
background-color: #7B96FA;
}
</style>
border-color css
<style>
span { border-color: #7B96FA; }
span { border-color: rgb(123,150,250); }
td.TdClassName
{
border-color: #7B96FA;
}
.TagClassName
{
border-color: #7B96FA;
}
</style>