#7A8AEF

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

Shades of Cornflower Blue #7A8AEF

Tints of Cornflower Blue #7A8AEF

Color information

#7A8AEF (or 0x7A8AEF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 8A and EF. RGB value is (122,138,239). Sum of RGB (Red+Green+Blue) = 122+138+239=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #7A8AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AEF is #857510. Grayscale: #909090. Windows color (decimal): -8746257 or 15698554. OLE color: 15698554.

HSL color Cylindrical-coordinate representation of color #7A8AEF: hue angle of 231.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A8AEF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB122138239-
CMYK0.490.4200.06
HSL231.79º78.52%70.78%-
HSV(B)231.79º48.95%93.73%-
XYZ32.6928.5585.45-
YUV144.73181.2111.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.45%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=24.45%
G=27.66%
B=47.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1221382390.490.4200.06231.7978.5270.78
Hex7A8AEF312A06e84f47
Octal172212357615206350117107
Binary1111010100010101110111111000110101001101110100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,138,239); }

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

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

 a { background-color: rgb(122,138,239); }

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

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

 span { border-color: rgb(122,138,239); }

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