#7A96FC

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

Shades of Cornflower Blue #7A96FC

Tints of Cornflower Blue #7A96FC

Color information

#7A96FC (or 0x7A96FC) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 96 and FC. RGB value is (122,150,252). Sum of RGB (Red+Green+Blue) = 122+150+252=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A96FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A96FC is #856903. Grayscale: #989898. Windows color (decimal): -8743172 or 16553594. OLE color: 16553594.

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

Color convert

RGB122150252-
CMYK0.520.4000.01
HSL227.08º95.59%73.33%-
HSV(B)227.08º51.59%98.82%-
XYZ36.532.9896.54-
YUV153.26183.72105.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.28%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=23.28%
G=28.63%
B=48.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221502520.520.4000.01227.0895.5973.33
Hex7A96FC342801e36049
Octal172226374645001343140111
Binary11110101001011011111100110100101000011110001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A96FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,150,252); }

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

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

 a { background-color: rgb(122,150,252); }

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

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

 span { border-color: rgb(122,150,252); }

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