Shades of Cornflower Blue #7B9BEE
Tints of Cornflower Blue #7B9BEE
RGB
CMYK
RGB Variations
Color information
#7B9BEE (or 0x7B9BEE) is known color: Cornflower Blue. HEX triplet: 7B, 9B and EE. RGB value is (123,155,238). Sum of RGB (Red+Green+Blue) = 123+155+238=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B9BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B9BEE is #846411. Grayscale: #9A9A9A. Windows color (decimal): -8676370 or 15637371. OLE color: 15637371.
HSL color Cylindrical-coordinate representation of color #7B9BEE: hue angle of 223.3º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B9BEE is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 155 | 238 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.07 |
| HSL | 223.3º | 0.77% | 0.71% | - |
| HSV(B) | 223.3º | 0.48% | 0.93% | - |
| XYZ | 35.32 | 33.83 | 85.56 | - |
| YUV | 154.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 238 | 0.48 | 0.35 | 0 | 0.07 | 223.3 | 0.77 | 0.71 |
| Hex | 7B | 9B | EE | 30 | 23 | 0 | 7 | DF | 4D | 47 |
| Octal | 173 | 233 | 356 | 60 | 43 | 0 | 7 | 337 | 115 | 107 |
| Binary | 1111011 | 10011011 | 11101110 | 110000 | 100011 | 0 | 111 | 11011111 | 1001101 | 1000111 |
Color Harmonies of #7B9BEE
Complementary color
Monochromatic Colors of #7B9BEE
Black with #7B9BEE
Text Example
Text Example
White with #7B9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9BEE; }
p { color: rgb(123,155,238); }
H1.HeaderClassName
{
color: #7B9BEE;
}
.AnyTagClassName
{
color: #7B9BEE;
}
</style>
background-color css
<style>
a { background-color: #7B9BEE; }
a { background-color: rgb(123,155,238); }
div.DivClassName
{
background-color: #7B9BEE;
}
.BgClassName
{
background-color: #7B9BEE;
}
</style>
border-color css
<style>
span { border-color: #7B9BEE; }
span { border-color: rgb(123,155,238); }
td.TdClassName
{
border-color: #7B9BEE;
}
.TagClassName
{
border-color: #7B9BEE;
}
</style>