#7E99F3

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

Shades of Cornflower Blue #7E99F3

Tints of Cornflower Blue #7E99F3

Color information

#7E99F3 (or 0x7E99F3) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 99 and F3. RGB value is (126,153,243). Sum of RGB (Red+Green+Blue) = 126+153+243=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E99F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E99F3 is #81660C. Grayscale: #9A9A9A. Windows color (decimal): -8480269 or 15964542. OLE color: 15964542.

HSL color Cylindrical-coordinate representation of color #7E99F3: hue angle of 226.15º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E99F3 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126153243-
CMYK0.480.3700.05
HSL226.15º82.98%72.35%-
HSV(B)226.15º48.15%95.29%-
XYZ36.1733.6989.39-
YUV155.19177.55107.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.14%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=24.14%
G=29.31%
B=46.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1261532430.480.3700.05226.1582.9872.35
Hex7E99F3302505e25348
Octal176231363604505342123110
Binary1111110100110011111001111000010010101011110001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E99F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,243); }

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

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

 a { background-color: rgb(126,153,243); }

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

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

 span { border-color: rgb(126,153,243); }

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