#7690FE

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

Shades of Cornflower Blue #7690FE

Tints of Cornflower Blue #7690FE

Color information

#7690FE (or 0x7690FE) is unknown color: approx Cornflower Blue. HEX triplet: 76, 90 and FE. RGB value is (118,144,254). Sum of RGB (Red+Green+Blue) = 118+144+254=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7690FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7690FE is #896F01. Grayscale: #949494. Windows color (decimal): -9006850 or 16683126. OLE color: 16683126.

HSL color Cylindrical-coordinate representation of color #7690FE: hue angle of 228.53º 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 #7690FE is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118144254-
CMYK0.540.4300.00
HSL228.53º98.55%72.94%-
HSV(B)228.53º53.54%99.61%-
XYZ35.3330.9597.88-
YUV148.77187.39106.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=22.87%
G=27.91%
B=49.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1181442540.540.4300.00228.5398.5572.94
Hex7690FE362B00e56349
Octal166220376665300345143111
Binary11101101001000011111110110110101011001110010111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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