#7995FA

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

Shades of Cornflower Blue #7995FA

Tints of Cornflower Blue #7995FA

Color information

#7995FA (or 0x7995FA) is unknown color: approx Cornflower Blue. HEX triplet: 79, 95 and FA. RGB value is (121,149,250). Sum of RGB (Red+Green+Blue) = 121+149+250=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #7995FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995FA is #866A05. Grayscale: #979797. Windows color (decimal): -8808966 or 16422265. OLE color: 16422265.

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

Color convert

RGB121149250-
CMYK0.520.4000.02
HSL226.98º92.81%72.75%-
HSV(B)226.98º51.6%98.04%-
XYZ35.8932.4694.82-
YUV152.14183.22105.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=23.27%
G=28.65%
B=48.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211492500.520.4000.02226.9892.8172.75
Hex7995FA342802e35d49
Octal171225372645002343135111
Binary111100110010101111110101101001010000101110001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7995FA; }

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

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

<style>
 a { background-color: #7995FA; }

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

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

<style>
 span { border-color: #7995FA; }

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

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