Shades of Cornflower Blue #7B9BEC
Tints of Cornflower Blue #7B9BEC
RGB
CMYK
RGB Variations
Color information
#7B9BEC (or 0x7B9BEC) is known color: Cornflower Blue. HEX triplet: 7B, 9B and EC. RGB value is (123,155,236). Sum of RGB (Red+Green+Blue) = 123+155+236=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B9BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9BEC is #846413. Grayscale: #9A9A9A. Windows color (decimal): -8676372 or 15506299. OLE color: 15506299.
HSL color Cylindrical-coordinate representation of color #7B9BEC: hue angle of 223.01º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9BEC is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 155 | 236 | - |
| CMYK | 0.48 | 0.34 | 0 | 0.07 |
| HSL | 223.01º | 0.75% | 0.7% | - |
| HSV(B) | 223.01º | 0.48% | 0.93% | - |
| XYZ | 35.03 | 33.71 | 84.02 | - |
| YUV | 154.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 236 | 0.48 | 0.34 | 0 | 0.07 | 223.01 | 0.75 | 0.7 |
| Hex | 7B | 9B | EC | 30 | 22 | 0 | 7 | DF | 4B | 46 |
| Octal | 173 | 233 | 354 | 60 | 42 | 0 | 7 | 337 | 113 | 106 |
| Binary | 1111011 | 10011011 | 11101100 | 110000 | 100010 | 0 | 111 | 11011111 | 1001011 | 1000110 |
Color Harmonies of #7B9BEC
Complementary color
Monochromatic Colors of #7B9BEC
Black with #7B9BEC
Text Example
Text Example
White with #7B9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BEC; }
p { color: rgb(123,155,236); }
H1.HeaderClassName
{
color: #7B9BEC;
}
.AnyTagClassName
{
color: #7B9BEC;
}
</style>
background-color css
<style>
a { background-color: #7B9BEC; }
a { background-color: rgb(123,155,236); }
div.DivClassName
{
background-color: #7B9BEC;
}
.BgClassName
{
background-color: #7B9BEC;
}
</style>
border-color css
<style>
span { border-color: #7B9BEC; }
span { border-color: rgb(123,155,236); }
td.TdClassName
{
border-color: #7B9BEC;
}
.TagClassName
{
border-color: #7B9BEC;
}
</style>