#7689FE

Color #7689FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7689FE

Tints of Cornflower Blue #7689FE

Color information

#7689FE (or 0x7689FE) is unknown color: approx Cornflower Blue. HEX triplet: 76, 89 and FE. RGB value is (118,137,254). Sum of RGB (Red+Green+Blue) = 118+137+254=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7689FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7689FE is #897601. Grayscale: #909090. Windows color (decimal): -9008642 or 16681334. OLE color: 16681334.

HSL color Cylindrical-coordinate representation of color #7689FE: hue angle of 231.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7689FE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118137254-
CMYK0.540.4600.00
HSL231.62º98.55%72.94%-
HSV(B)231.62º53.54%99.61%-
XYZ34.3128.997.54-
YUV144.66189.71108.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 137 (53.91% from 255) = 26.92%
BLUE value IS 254 (99.61% from 255) = 49.90%
R=23.18%
G=26.92%
B=49.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1181372540.540.4600.00231.6298.5572.94
Hex7689FE362E00e86349
Octal166211376665600350143111
Binary11101101000100111111110110110101110001110100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7689FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7689FE; }

 p { color: rgb(118,137,254); }

 H1.HeaderClassName
 {
   color: #7689FE;
 }
 .AnyTagClassName
 {
   color: #7689FE;
 }
</style>
background-color css

<style>
 a { background-color: #7689FE; }

 a { background-color: rgb(118,137,254); }

 div.DivClassName
 {
   background-color: #7689FE;
 }
 .BgClassName
 {
   background-color: #7689FE;
 }
</style>
border-color css

<style>
 span { border-color: #7689FE; }

 span { border-color: rgb(118,137,254); }

 td.TdClassName
 {
   border-color: #7689FE;
 }
 .TagClassName
 {
   border-color: #7689FE;
 }
</style>