#7E93F8

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

Shades of Cornflower Blue #7E93F8

Tints of Cornflower Blue #7E93F8

Color information

#7E93F8 (or 0x7E93F8) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 93 and F8. RGB value is (126,147,248). Sum of RGB (Red+Green+Blue) = 126+147+248=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #7E93F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E93F8 is #816C07. Grayscale: #979797. Windows color (decimal): -8481800 or 16290686. OLE color: 16290686.

HSL color Cylindrical-coordinate representation of color #7E93F8: hue angle of 229.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E93F8 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB126147248-
CMYK0.490.4100.03
HSL229.67º89.71%73.33%-
HSV(B)229.67º49.19%97.25%-
XYZ35.9832.0893.1-
YUV152.23182.04109.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 248 (97.27% from 255) = 47.60%
R=24.18%
G=28.21%
B=47.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1261472480.490.4100.03229.6789.7173.33
Hex7E93F8312903e65a49
Octal176223370615103346132111
Binary111111010010011111110001100011010010111110011010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E93F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E93F8; }

 p { color: rgb(126,147,248); }

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

<style>
 a { background-color: #7E93F8; }

 a { background-color: rgb(126,147,248); }

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

<style>
 span { border-color: #7E93F8; }

 span { border-color: rgb(126,147,248); }

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