#7E96FF

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

Shades of Cornflower Blue #7E96FF

Tints of Cornflower Blue #7E96FF

Color information

#7E96FF (or 0x7E96FF) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 96 and FF. RGB value is (126,150,255). Sum of RGB (Red+Green+Blue) = 126+150+255=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E96FF is #816900. Grayscale: #9A9A9A. Windows color (decimal): -8481025 or 16750206. OLE color: 16750206.

HSL color Cylindrical-coordinate representation of color #7E96FF: hue angle of 228.84º 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 #7E96FF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB126150255-
CMYK0.510.4100
HSL228.84º100%74.71%-
HSV(B)228.84º50.59%100%-
XYZ37.5633.4799.09-
YUV154.79184.55107.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 255 (100% from 255) = 48.02%
R=23.73%
G=28.25%
B=48.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1261502550.510.4100228.8410074.71
Hex7E96FF332900e5644b
Octal176226377635100345144113
Binary11111101001011011111111110011101001001110010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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