#7E9AFF

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

Shades of Cornflower Blue #7E9AFF

Tints of Cornflower Blue #7E9AFF

Color information

#7E9AFF (or 0x7E9AFF) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 9A and FF. RGB value is (126,154,255). Sum of RGB (Red+Green+Blue) = 126+154+255=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9AFF is #816500. Grayscale: #9C9C9C. Windows color (decimal): -8480001 or 16751230. OLE color: 16751230.

HSL color Cylindrical-coordinate representation of color #7E9AFF: hue angle of 226.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E9AFF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126154255-
CMYK0.510.4000
HSL226.98º100%74.71%-
HSV(B)226.98º50.59%100%-
XYZ38.2134.7799.3-
YUV157.14183.22105.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.55%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 47.66%
R=23.55%
G=28.79%
B=47.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261542550.510.4000226.9810074.71
Hex7E9AFF332800e3644b
Octal176232377635000343144113
Binary11111101001101011111111110011101000001110001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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