Shades of Cornflower Blue #7693FF
Tints of Cornflower Blue #7693FF
RGB
CMYK
RGB Variations
Color information
#7693FF (or 0x7693FF) is known color: Cornflower Blue. HEX triplet: 76, 93 and FF. RGB value is (118,147,255). Sum of RGB (Red+Green+Blue) = 118+147+255=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7693FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7693FF is #896C00. Grayscale: #969696. Windows color (decimal): -9006081 or 16749430. OLE color: 16749430.
HSL color Cylindrical-coordinate representation of color #7693FF: hue angle of 227.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7693FF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 147 | 255 | - |
| CMYK | 0.54 | 0.42 | 0 | 0 |
| HSL | 227.3º | 1% | 0.73% | - |
| HSV(B) | 227.3º | 0.54% | 1% | - |
| XYZ | 35.95 | 31.94 | 98.88 | - |
| YUV | 150.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 255 | 0.54 | 0.42 | 0 | 0 | 227.3 | 1 | 0.73 |
| Hex | 76 | 93 | FF | 36 | 2A | 0 | 0 | E3 | 64 | 49 |
| Octal | 166 | 223 | 377 | 66 | 52 | 0 | 0 | 343 | 144 | 111 |
| Binary | 1110110 | 10010011 | 11111111 | 110110 | 101010 | 0 | 0 | 11100011 | 1100100 | 1001001 |
Color Harmonies of #7693FF
Complementary color
Monochromatic Colors of #7693FF
Black with #7693FF
Text Example
Text Example
White with #7693FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7693FF; }
p { color: rgb(118,147,255); }
H1.HeaderClassName
{
color: #7693FF;
}
.AnyTagClassName
{
color: #7693FF;
}
</style>
background-color css
<style>
a { background-color: #7693FF; }
a { background-color: rgb(118,147,255); }
div.DivClassName
{
background-color: #7693FF;
}
.BgClassName
{
background-color: #7693FF;
}
</style>
border-color css
<style>
span { border-color: #7693FF; }
span { border-color: rgb(118,147,255); }
td.TdClassName
{
border-color: #7693FF;
}
.TagClassName
{
border-color: #7693FF;
}
</style>