#7692E1

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

Shades of Cornflower Blue #7692E1

Tints of Cornflower Blue #7692E1

Color information

#7692E1 (or 0x7692E1) is unknown color: approx Cornflower Blue. HEX triplet: 76, 92 and E1. RGB value is (118,146,225). Sum of RGB (Red+Green+Blue) = 118+146+225=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #7692E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692E1 is #896D1E. Grayscale: #929292. Windows color (decimal): -9006367 or 14783094. OLE color: 14783094.

HSL color Cylindrical-coordinate representation of color #7692E1: hue angle of 224.3º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7692E1 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118146225-
CMYK0.480.3500.12
HSL224.3º64.07%67.25%-
HSV(B)224.3º47.56%88.24%-
XYZ31.3429.8575.34-
YUV146.63172.22107.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=24.13%
G=29.86%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1181462250.480.3500.12224.364.0767.25
Hex7692E130230Ce04043
Octal1662223416043014340100103
Binary11101101001001011100001110000100011011001110000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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