Shades of Cornflower Blue #7B8DFA
Tints of Cornflower Blue #7B8DFA
RGB
CMYK
RGB Variations
Color information
#7B8DFA (or 0x7B8DFA) is known color: Cornflower Blue. HEX triplet: 7B, 8D and FA. RGB value is (123,141,250). Sum of RGB (Red+Green+Blue) = 123+141+250=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B8DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8DFA is #847205. Grayscale: #939393. Windows color (decimal): -8679942 or 16420219. OLE color: 16420219.
HSL color Cylindrical-coordinate representation of color #7B8DFA: hue angle of 231.5º 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 #7B8DFA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 141 | 250 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 231.5º | 0.93% | 0.73% | - |
| HSV(B) | 231.5º | 0.51% | 0.98% | - |
| XYZ | 34.95 | 30.16 | 94.42 | - |
| YUV | 148.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 250 | 0.51 | 0.44 | 0 | 0.02 | 231.5 | 0.93 | 0.73 |
| Hex | 7B | 8D | FA | 33 | 2C | 0 | 2 | E7 | 5D | 49 |
| Octal | 173 | 215 | 372 | 63 | 54 | 0 | 2 | 347 | 135 | 111 |
| Binary | 1111011 | 10001101 | 11111010 | 110011 | 101100 | 0 | 10 | 11100111 | 1011101 | 1001001 |
Color Harmonies of #7B8DFA
Complementary color
Monochromatic Colors of #7B8DFA
Black with #7B8DFA
Text Example
Text Example
White with #7B8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8DFA; }
p { color: rgb(123,141,250); }
H1.HeaderClassName
{
color: #7B8DFA;
}
.AnyTagClassName
{
color: #7B8DFA;
}
</style>
background-color css
<style>
a { background-color: #7B8DFA; }
a { background-color: rgb(123,141,250); }
div.DivClassName
{
background-color: #7B8DFA;
}
.BgClassName
{
background-color: #7B8DFA;
}
</style>
border-color css
<style>
span { border-color: #7B8DFA; }
span { border-color: rgb(123,141,250); }
td.TdClassName
{
border-color: #7B8DFA;
}
.TagClassName
{
border-color: #7B8DFA;
}
</style>