Shades of Cornflower Blue #7693EC
Tints of Cornflower Blue #7693EC
RGB
CMYK
RGB Variations
Color information
#7693EC (or 0x7693EC) is known color: Cornflower Blue. HEX triplet: 76, 93 and EC. RGB value is (118,147,236). Sum of RGB (Red+Green+Blue) = 118+147+236=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #7693EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7693EC is #896C13. Grayscale: #949494. Windows color (decimal): -9006100 or 15504246. OLE color: 15504246.
HSL color Cylindrical-coordinate representation of color #7693EC: hue angle of 225.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7693EC is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 147 | 236 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.07 |
| HSL | 225.25º | 0.76% | 0.69% | - |
| HSV(B) | 225.25º | 0.5% | 0.93% | - |
| XYZ | 33.05 | 30.78 | 83.56 | - |
| YUV | 148.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 236 | 0.5 | 0.38 | 0 | 0.07 | 225.25 | 0.76 | 0.69 |
| Hex | 76 | 93 | EC | 32 | 26 | 0 | 7 | E1 | 4C | 45 |
| Octal | 166 | 223 | 354 | 62 | 46 | 0 | 7 | 341 | 114 | 105 |
| Binary | 1110110 | 10010011 | 11101100 | 110010 | 100110 | 0 | 111 | 11100001 | 1001100 | 1000101 |
Color Harmonies of #7693EC
Complementary color
Monochromatic Colors of #7693EC
Black with #7693EC
Text Example
Text Example
White with #7693EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7693EC; }
p { color: rgb(118,147,236); }
H1.HeaderClassName
{
color: #7693EC;
}
.AnyTagClassName
{
color: #7693EC;
}
</style>
background-color css
<style>
a { background-color: #7693EC; }
a { background-color: rgb(118,147,236); }
div.DivClassName
{
background-color: #7693EC;
}
.BgClassName
{
background-color: #7693EC;
}
</style>
border-color css
<style>
span { border-color: #7693EC; }
span { border-color: rgb(118,147,236); }
td.TdClassName
{
border-color: #7693EC;
}
.TagClassName
{
border-color: #7693EC;
}
</style>