#7A9AEA

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

Shades of Cornflower Blue #7A9AEA

Tints of Cornflower Blue #7A9AEA

Color information

#7A9AEA (or 0x7A9AEA) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 9A and EA. RGB value is (122,154,234). Sum of RGB (Red+Green+Blue) = 122+154+234=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A9AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AEA is #856515. Grayscale: #999999. Windows color (decimal): -8742166 or 15374970. OLE color: 15374970.

HSL color Cylindrical-coordinate representation of color #7A9AEA: hue angle of 222.86º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A9AEA is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122154234-
CMYK0.480.3400.08
HSL222.86º72.73%69.8%-
HSV(B)222.86º47.86%91.76%-
XYZ34.4333.1982.43-
YUV153.55173.4105.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 154 (60.55% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=23.92%
G=30.20%
B=45.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221542340.480.3400.08222.8672.7369.8
Hex7A9AEA302208df4946
Octal1722323526042010337111106
Binary11110101001101011101010110000100010010001101111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,154,234); }

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

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

 a { background-color: rgb(122,154,234); }

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

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

 span { border-color: rgb(122,154,234); }

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