Shades of Cornflower Blue #7B90FA
Tints of Cornflower Blue #7B90FA
RGB
CMYK
RGB Variations
Color information
#7B90FA (or 0x7B90FA) is known color: Cornflower Blue. HEX triplet: 7B, 90 and FA. RGB value is (123,144,250). Sum of RGB (Red+Green+Blue) = 123+144+250=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B90FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B90FA is #846F05. Grayscale: #959595. Windows color (decimal): -8679174 or 16420987. OLE color: 16420987.
HSL color Cylindrical-coordinate representation of color #7B90FA: hue angle of 230.08º 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 #7B90FA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 144 | 250 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.02 |
| HSL | 230.08º | 0.93% | 0.73% | - |
| HSV(B) | 230.08º | 0.51% | 0.98% | - |
| XYZ | 35.4 | 31.06 | 94.57 | - |
| YUV | 149.81 | 184.54 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 250 | 0.51 | 0.42 | 0 | 0.02 | 230.08 | 0.93 | 0.73 |
| Hex | 7B | 90 | FA | 33 | 2A | 0 | 2 | E6 | 5D | 49 |
| Octal | 173 | 220 | 372 | 63 | 52 | 0 | 2 | 346 | 135 | 111 |
| Binary | 1111011 | 10010000 | 11111010 | 110011 | 101010 | 0 | 10 | 11100110 | 1011101 | 1001001 |
Color Harmonies of #7B90FA
Complementary color
Monochromatic Colors of #7B90FA
Black with #7B90FA
Text Example
Text Example
White with #7B90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B90FA; }
p { color: rgb(123,144,250); }
H1.HeaderClassName
{
color: #7B90FA;
}
.AnyTagClassName
{
color: #7B90FA;
}
</style>
background-color css
<style>
a { background-color: #7B90FA; }
a { background-color: rgb(123,144,250); }
div.DivClassName
{
background-color: #7B90FA;
}
.BgClassName
{
background-color: #7B90FA;
}
</style>
border-color css
<style>
span { border-color: #7B90FA; }
span { border-color: rgb(123,144,250); }
td.TdClassName
{
border-color: #7B90FA;
}
.TagClassName
{
border-color: #7B90FA;
}
</style>