Shades of Cornflower Blue #7689FA
Tints of Cornflower Blue #7689FA
RGB
CMYK
RGB Variations
Color information
#7689FA (or 0x7689FA) is known color: Cornflower Blue. HEX triplet: 76, 89 and FA. RGB value is (118,137,250). Sum of RGB (Red+Green+Blue) = 118+137+250=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #7689FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7689FA is #897605. Grayscale: #8F8F8F. Windows color (decimal): -9008646 or 16419190. OLE color: 16419190.
HSL color Cylindrical-coordinate representation of color #7689FA: hue angle of 231.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7689FA is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 137 | 250 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.02 |
| HSL | 231.36º | 0.93% | 0.72% | - |
| HSV(B) | 231.36º | 0.53% | 0.98% | - |
| XYZ | 33.67 | 28.65 | 94.2 | - |
| YUV | 144.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 250 | 0.53 | 0.45 | 0 | 0.02 | 231.36 | 0.93 | 0.72 |
| Hex | 76 | 89 | FA | 35 | 2D | 0 | 2 | E7 | 5D | 48 |
| Octal | 166 | 211 | 372 | 65 | 55 | 0 | 2 | 347 | 135 | 110 |
| Binary | 1110110 | 10001001 | 11111010 | 110101 | 101101 | 0 | 10 | 11100111 | 1011101 | 1001000 |
Color Harmonies of #7689FA
Complementary color
Monochromatic Colors of #7689FA
Black with #7689FA
Text Example
Text Example
White with #7689FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689FA; }
p { color: rgb(118,137,250); }
H1.HeaderClassName
{
color: #7689FA;
}
.AnyTagClassName
{
color: #7689FA;
}
</style>
background-color css
<style>
a { background-color: #7689FA; }
a { background-color: rgb(118,137,250); }
div.DivClassName
{
background-color: #7689FA;
}
.BgClassName
{
background-color: #7689FA;
}
</style>
border-color css
<style>
span { border-color: #7689FA; }
span { border-color: rgb(118,137,250); }
td.TdClassName
{
border-color: #7689FA;
}
.TagClassName
{
border-color: #7689FA;
}
</style>