Shades of Cornflower Blue #7689FF
Tints of Cornflower Blue #7689FF
RGB
CMYK
RGB Variations
Color information
#7689FF (or 0x7689FF) is known color: Cornflower Blue. HEX triplet: 76, 89 and FF. RGB value is (118,137,255). Sum of RGB (Red+Green+Blue) = 118+137+255=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #7689FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7689FF is #897600. Grayscale: #909090. Windows color (decimal): -9008641 or 16746870. OLE color: 16746870.
HSL color Cylindrical-coordinate representation of color #7689FF: hue angle of 231.68º 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 #7689FF is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 137 | 255 | - |
| CMYK | 0.54 | 0.46 | 0 | 0 |
| HSL | 231.68º | 1% | 0.73% | - |
| HSV(B) | 231.68º | 0.54% | 1% | - |
| XYZ | 34.47 | 28.96 | 98.38 | - |
| YUV | 144.77 | 190.21 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 255 | 0.54 | 0.46 | 0 | 0 | 231.68 | 1 | 0.73 |
| Hex | 76 | 89 | FF | 36 | 2E | 0 | 0 | E8 | 64 | 49 |
| Octal | 166 | 211 | 377 | 66 | 56 | 0 | 0 | 350 | 144 | 111 |
| Binary | 1110110 | 10001001 | 11111111 | 110110 | 101110 | 0 | 0 | 11101000 | 1100100 | 1001001 |
Color Harmonies of #7689FF
Complementary color
Monochromatic Colors of #7689FF
Black with #7689FF
Text Example
Text Example
White with #7689FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7689FF; }
p { color: rgb(118,137,255); }
H1.HeaderClassName
{
color: #7689FF;
}
.AnyTagClassName
{
color: #7689FF;
}
</style>
background-color css
<style>
a { background-color: #7689FF; }
a { background-color: rgb(118,137,255); }
div.DivClassName
{
background-color: #7689FF;
}
.BgClassName
{
background-color: #7689FF;
}
</style>
border-color css
<style>
span { border-color: #7689FF; }
span { border-color: rgb(118,137,255); }
td.TdClassName
{
border-color: #7689FF;
}
.TagClassName
{
border-color: #7689FF;
}
</style>