#7A91EE

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

Shades of Cornflower Blue #7A91EE

Tints of Cornflower Blue #7A91EE

Color information

#7A91EE (or 0x7A91EE) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 91 and EE. RGB value is (122,145,238). Sum of RGB (Red+Green+Blue) = 122+145+238=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A91EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A91EE is #856E11. Grayscale: #949494. Windows color (decimal): -8744466 or 15634810. OLE color: 15634810.

HSL color Cylindrical-coordinate representation of color #7A91EE: hue angle of 228.1º 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 #7A91EE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB122145238-
CMYK0.490.3900.07
HSL228.1º77.33%70.59%-
HSV(B)228.1º48.74%93.33%-
XYZ33.5830.5685.02-
YUV148.72178.38108.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.16%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=24.16%
G=28.71%
B=47.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1221452380.490.3900.07228.177.3370.59
Hex7A91EE312707e44d47
Octal172221356614707344115107
Binary1111010100100011110111011000110011101111110010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A91EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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