#7896EA

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

Shades of Cornflower Blue #7896EA

Tints of Cornflower Blue #7896EA

Color information

#7896EA (or 0x7896EA) is unknown color: approx Cornflower Blue. HEX triplet: 78, 96 and EA. RGB value is (120,150,234). Sum of RGB (Red+Green+Blue) = 120+150+234=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #7896EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7896EA is #876915. Grayscale: #969696. Windows color (decimal): -8874262 or 15373944. OLE color: 15373944.

HSL color Cylindrical-coordinate representation of color #7896EA: hue angle of 224.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7896EA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120150234-
CMYK0.490.3600.08
HSL224.21º73.08%69.41%-
HSV(B)224.21º48.72%91.76%-
XYZ33.531.7582.2-
YUV150.61175.06106.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=23.81%
G=29.76%
B=46.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201502340.490.3600.08224.2173.0869.41
Hex7896EA312408e04945
Octal1702263526144010340111105
Binary11110001001011011101010110001100100010001110000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7896EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7896EA; }

 p { color: rgb(120,150,234); }

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

<style>
 a { background-color: #7896EA; }

 a { background-color: rgb(120,150,234); }

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

<style>
 span { border-color: #7896EA; }

 span { border-color: rgb(120,150,234); }

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