#7A9CF4

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

Shades of Cornflower Blue #7A9CF4

Tints of Cornflower Blue #7A9CF4

Color information

#7A9CF4 (or 0x7A9CF4) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 9C and F4. RGB value is (122,156,244). Sum of RGB (Red+Green+Blue) = 122+156+244=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 244 (95.70% from 255 or 46.74% from 522); Max value from RGB is 244 - color contains mainly: blue. Hex color #7A9CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9CF4 is #85630B. Grayscale: #9B9B9B. Windows color (decimal): -8741644 or 16030842. OLE color: 16030842.

HSL color Cylindrical-coordinate representation of color #7A9CF4: hue angle of 223.28º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A9CF4 is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122156244-
CMYK0.50.3600.04
HSL223.28º84.72%71.76%-
HSV(B)223.28º50%95.69%-
XYZ36.2434.4590.33-
YUV155.87177.74103.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.37%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 244 (95.70% from 255) = 46.74%
R=23.37%
G=29.89%
B=46.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221562440.50.3600.04223.2884.7271.76
Hex7A9CF4322404df5548
Octal172234364624404337125110
Binary1111010100111001111010011001010010001001101111110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,156,244); }

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

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

 a { background-color: rgb(122,156,244); }

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

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

 span { border-color: rgb(122,156,244); }

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