#7A9FFF

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

Shades of Cornflower Blue #7A9FFF

Tints of Cornflower Blue #7A9FFF

Color information

#7A9FFF (or 0x7A9FFF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 9F and FF. RGB value is (122,159,255). Sum of RGB (Red+Green+Blue) = 122+159+255=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A9FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9FFF is #856000. Grayscale: #9E9E9E. Windows color (decimal): -8740865 or 16752506. OLE color: 16752506.

HSL color Cylindrical-coordinate representation of color #7A9FFF: hue angle of 223.31º 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 #7A9FFF is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122159255-
CMYK0.520.3800
HSL223.31º100%73.92%-
HSV(B)223.31º52.16%100%-
XYZ38.4736.1599.56-
YUV158.88182.24101.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.76%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 255 (100% from 255) = 47.57%
R=22.76%
G=29.66%
B=47.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221592550.520.3800223.3110073.92
Hex7A9FFF342600df644a
Octal172237377644600337144112
Binary11110101001111111111111110100100110001101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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