#7692EC

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

Shades of Cornflower Blue #7692EC

Tints of Cornflower Blue #7692EC

Color information

#7692EC (or 0x7692EC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 92 and EC. RGB value is (118,146,236). Sum of RGB (Red+Green+Blue) = 118+146+236=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #7692EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7692EC is #896D13. Grayscale: #939393. Windows color (decimal): -9006356 or 15503990. OLE color: 15503990.

HSL color Cylindrical-coordinate representation of color #7692EC: hue angle of 225.76º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7692EC is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118146236-
CMYK0.50.3800.07
HSL225.76º75.64%69.41%-
HSV(B)225.76º50%92.55%-
XYZ32.8930.4783.5-
YUV147.89177.72106.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 236 (92.58% from 255) = 47.2%
R=23.6%
G=29.2%
B=47.2%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181462360.50.3800.07225.7675.6469.41
Hex7692EC322607e24c45
Octal166222354624607342114105
Binary1110110100100101110110011001010011001111110001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692EC; }

 p { color: rgb(118,146,236); }

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

<style>
 a { background-color: #7692EC; }

 a { background-color: rgb(118,146,236); }

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

<style>
 span { border-color: #7692EC; }

 span { border-color: rgb(118,146,236); }

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