Shades of Cornflower Blue #7B8CFA
Tints of Cornflower Blue #7B8CFA
RGB
CMYK
RGB Variations
Color information
#7B8CFA (or 0x7B8CFA) is known color: Cornflower Blue. HEX triplet: 7B, 8C and FA. RGB value is (123,140,250). Sum of RGB (Red+Green+Blue) = 123+140+250=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B8CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8CFA is #847305. Grayscale: #939393. Windows color (decimal): -8680198 or 16419963. OLE color: 16419963.
HSL color Cylindrical-coordinate representation of color #7B8CFA: hue angle of 231.97º 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 #7B8CFA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 140 | 250 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.02 |
| HSL | 231.97º | 0.93% | 0.73% | - |
| HSV(B) | 231.97º | 0.51% | 0.98% | - |
| XYZ | 34.8 | 29.87 | 94.37 | - |
| YUV | 147.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 250 | 0.51 | 0.44 | 0 | 0.02 | 231.97 | 0.93 | 0.73 |
| Hex | 7B | 8C | FA | 33 | 2C | 0 | 2 | E8 | 5D | 49 |
| Octal | 173 | 214 | 372 | 63 | 54 | 0 | 2 | 350 | 135 | 111 |
| Binary | 1111011 | 10001100 | 11111010 | 110011 | 101100 | 0 | 10 | 11101000 | 1011101 | 1001001 |
Color Harmonies of #7B8CFA
Complementary color
Monochromatic Colors of #7B8CFA
Black with #7B8CFA
Text Example
Text Example
White with #7B8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CFA; }
p { color: rgb(123,140,250); }
H1.HeaderClassName
{
color: #7B8CFA;
}
.AnyTagClassName
{
color: #7B8CFA;
}
</style>
background-color css
<style>
a { background-color: #7B8CFA; }
a { background-color: rgb(123,140,250); }
div.DivClassName
{
background-color: #7B8CFA;
}
.BgClassName
{
background-color: #7B8CFA;
}
</style>
border-color css
<style>
span { border-color: #7B8CFA; }
span { border-color: rgb(123,140,250); }
td.TdClassName
{
border-color: #7B8CFA;
}
.TagClassName
{
border-color: #7B8CFA;
}
</style>