#7A95FA

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

Shades of Cornflower Blue #7A95FA

Tints of Cornflower Blue #7A95FA

Color information

#7A95FA (or 0x7A95FA) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 95 and FA. RGB value is (122,149,250). Sum of RGB (Red+Green+Blue) = 122+149+250=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A95FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A95FA is #856A05. Grayscale: #989898. Windows color (decimal): -8743430 or 16422266. OLE color: 16422266.

HSL color Cylindrical-coordinate representation of color #7A95FA: hue angle of 227.34º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A95FA is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB122149250-
CMYK0.510.4000.02
HSL227.34º92.75%72.94%-
HSV(B)227.34º51.2%98.04%-
XYZ36.0332.5394.82-
YUV152.44183.05106.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.42%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=23.42%
G=28.60%
B=47.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1221492500.510.4000.02227.3492.7572.94
Hex7A95FA332802e35d49
Octal172225372635002343135111
Binary111101010010101111110101100111010000101110001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,149,250); }

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

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

 a { background-color: rgb(122,149,250); }

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

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

 span { border-color: rgb(122,149,250); }

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