Shades of Cornflower Blue #7B93EC
Tints of Cornflower Blue #7B93EC
RGB
CMYK
RGB Variations
Color information
#7B93EC (or 0x7B93EC) is known color: Cornflower Blue. HEX triplet: 7B, 93 and EC. RGB value is (123,147,236). Sum of RGB (Red+Green+Blue) = 123+147+236=506 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.31% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B93EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B93EC is #846C13. Grayscale: #959595. Windows color (decimal): -8678420 or 15504251. OLE color: 15504251.
HSL color Cylindrical-coordinate representation of color #7B93EC: hue angle of 227.26º 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 #7B93EC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 147 | 236 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.07 |
| HSL | 227.26º | 0.75% | 0.7% | - |
| HSV(B) | 227.26º | 0.48% | 0.93% | - |
| XYZ | 33.74 | 31.13 | 83.59 | - |
| YUV | 149.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 236 | 0.48 | 0.38 | 0 | 0.07 | 227.26 | 0.75 | 0.7 |
| Hex | 7B | 93 | EC | 30 | 26 | 0 | 7 | E3 | 4B | 46 |
| Octal | 173 | 223 | 354 | 60 | 46 | 0 | 7 | 343 | 113 | 106 |
| Binary | 1111011 | 10010011 | 11101100 | 110000 | 100110 | 0 | 111 | 11100011 | 1001011 | 1000110 |
Color Harmonies of #7B93EC
Complementary color
Monochromatic Colors of #7B93EC
Black with #7B93EC
Text Example
Text Example
White with #7B93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B93EC; }
p { color: rgb(123,147,236); }
H1.HeaderClassName
{
color: #7B93EC;
}
.AnyTagClassName
{
color: #7B93EC;
}
</style>
background-color css
<style>
a { background-color: #7B93EC; }
a { background-color: rgb(123,147,236); }
div.DivClassName
{
background-color: #7B93EC;
}
.BgClassName
{
background-color: #7B93EC;
}
</style>
border-color css
<style>
span { border-color: #7B93EC; }
span { border-color: rgb(123,147,236); }
td.TdClassName
{
border-color: #7B93EC;
}
.TagClassName
{
border-color: #7B93EC;
}
</style>