#7691EF

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

Shades of Cornflower Blue #7691EF

Tints of Cornflower Blue #7691EF

Color information

#7691EF (or 0x7691EF) is unknown color: approx Cornflower Blue. HEX triplet: 76, 91 and EF. RGB value is (118,145,239). Sum of RGB (Red+Green+Blue) = 118+145+239=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7691EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7691EF is #896E10. Grayscale: #939393. Windows color (decimal): -9006609 or 15700342. OLE color: 15700342.

HSL color Cylindrical-coordinate representation of color #7691EF: hue angle of 226.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7691EF is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118145239-
CMYK0.510.3900.06
HSL226.61º79.08%70%-
HSV(B)226.61º50.63%93.73%-
XYZ33.1830.3385.77-
YUV147.64179.55106.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=23.51%
G=28.88%
B=47.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1181452390.510.3900.06226.6179.0870
Hex7691EF332706e34f46
Octal166221357634706343117106
Binary1110110100100011110111111001110011101101110001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7691EF; }

 p { color: rgb(118,145,239); }

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

<style>
 a { background-color: #7691EF; }

 a { background-color: rgb(118,145,239); }

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

<style>
 span { border-color: #7691EF; }

 span { border-color: rgb(118,145,239); }

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