#7690F7

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

Shades of Cornflower Blue #7690F7

Tints of Cornflower Blue #7690F7

Color information

#7690F7 (or 0x7690F7) is unknown color: approx Cornflower Blue. HEX triplet: 76, 90 and F7. RGB value is (118,144,247). Sum of RGB (Red+Green+Blue) = 118+144+247=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #7690F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7690F7 is #896F08. Grayscale: #939393. Windows color (decimal): -9006857 or 16224374. OLE color: 16224374.

HSL color Cylindrical-coordinate representation of color #7690F7: hue angle of 227.91º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7690F7 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118144247-
CMYK0.520.4200.03
HSL227.91º88.97%71.57%-
HSV(B)227.91º52.23%96.86%-
XYZ34.2330.5192.08-
YUV147.97183.89106.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 247 (96.88% from 255) = 48.53%
R=23.18%
G=28.29%
B=48.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181442470.520.4200.03227.9188.9771.57
Hex7690F7342A03e45948
Octal166220367645203344131110
Binary111011010010000111101111101001010100111110010010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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