#7691EA

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

Shades of Cornflower Blue #7691EA

Tints of Cornflower Blue #7691EA

Color information

#7691EA (or 0x7691EA) is unknown color: approx Cornflower Blue. HEX triplet: 76, 91 and EA. RGB value is (118,145,234). Sum of RGB (Red+Green+Blue) = 118+145+234=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #7691EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7691EA is #896E15. Grayscale: #929292. Windows color (decimal): -9006614 or 15372662. OLE color: 15372662.

HSL color Cylindrical-coordinate representation of color #7691EA: hue angle of 226.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7691EA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB118145234-
CMYK0.500.3800.08
HSL226.03º73.42%69.02%-
HSV(B)226.03º49.57%91.76%-
XYZ32.4530.0481.93-
YUV147.07177.05107.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=23.74%
G=29.18%
B=47.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181452340.500.3800.08226.0373.4269.02
Hex7691EA322608e24945
Octal1662213526246010342111105
Binary11101101001000111101010110010100110010001110001010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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