#7a97ee

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

Shades of Cornflower Blue #7A97EE

Tints of Cornflower Blue #7A97EE

Color information

#7A97EE (or 0x7A97EE) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 97 and EE. RGB value is (122,151,238). Sum of RGB (Red+Green+Blue) = 122+151+238=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A97EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A97EE is #856811. Grayscale: #979797. Windows color (decimal): -8742930 or 15636346. OLE color: 15636346.

HSL color Cylindrical-coordinate representation of color #7A97EE: hue angle of 225º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A97EE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122151238-
CMYK0.490.3700.07
HSL225º77.33%70.59%-
HSV(B)225º48.74%93.33%-
XYZ34.5332.4485.33-
YUV152.25176.39106.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.87%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 238 (93.36% from 255) = 46.58%
R=23.87%
G=29.55%
B=46.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221512380.490.3700.0722577.3370.59
Hex7A97EE312507e14d47
Octal172227356614507341115107
Binary1111010100101111110111011000110010101111110000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a97ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,151,238); }

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

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

 a { background-color: rgb(122,151,238); }

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

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

 span { border-color: rgb(122,151,238); }

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