#7E9AF3

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

Shades of Cornflower Blue #7E9AF3

Tints of Cornflower Blue #7E9AF3

Color information

#7E9AF3 (or 0x7E9AF3) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 9A and F3. RGB value is (126,154,243). Sum of RGB (Red+Green+Blue) = 126+154+243=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E9AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9AF3 is #81650C. Grayscale: #9B9B9B. Windows color (decimal): -8480013 or 15964798. OLE color: 15964798.

HSL color Cylindrical-coordinate representation of color #7E9AF3: hue angle of 225.64º 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 #7E9AF3 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB126154243-
CMYK0.480.3700.05
HSL225.64º82.98%72.35%-
HSV(B)225.64º48.15%95.29%-
XYZ36.3434.0289.44-
YUV155.77177.22106.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=24.09%
G=29.45%
B=46.46%

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
Decimal1261542430.480.3700.05225.6482.9872.35
Hex7E9AF3302505e25348
Octal176232363604505342123110
Binary1111110100110101111001111000010010101011110001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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