#7A9AFF

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

Shades of Cornflower Blue #7A9AFF

Tints of Cornflower Blue #7A9AFF

Color information

#7A9AFF (or 0x7A9AFF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 9A and FF. RGB value is (122,154,255). Sum of RGB (Red+Green+Blue) = 122+154+255=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AFF is #856500. Grayscale: #9B9B9B. Windows color (decimal): -8742145 or 16751226. OLE color: 16751226.

HSL color Cylindrical-coordinate representation of color #7A9AFF: hue angle of 225.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A9AFF is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122154255-
CMYK0.520.4000
HSL225.56º100%73.92%-
HSV(B)225.56º52.16%100%-
XYZ37.6334.4799.28-
YUV155.95183.9103.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.98%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 255 (100% from 255) = 48.02%
R=22.98%
G=29.00%
B=48.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221542550.520.4000225.5610073.92
Hex7A9AFF342800e2644a
Octal172232377645000342144112
Binary11110101001101011111111110100101000001110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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