#7E9FFC

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

Shades of Cornflower Blue #7E9FFC

Tints of Cornflower Blue #7E9FFC

Color information

#7E9FFC (or 0x7E9FFC) is unknown color: approx Cornflower Blue. HEX triplet: 7E, 9F and FC. RGB value is (126,159,252). Sum of RGB (Red+Green+Blue) = 126+159+252=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E9FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9FFC is #816003. Grayscale: #9F9F9F. Windows color (decimal): -8478724 or 16555902. OLE color: 16555902.

HSL color Cylindrical-coordinate representation of color #7E9FFC: hue angle of 224.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E9FFC is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB126159252-
CMYK0.50.3700.01
HSL224.29º95.45%74.12%-
HSV(B)224.29º50%98.82%-
XYZ38.5736.2697.06-
YUV159.74180.07103.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 252 (98.83% from 255) = 46.93%
R=23.46%
G=29.61%
B=46.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1261592520.50.3700.01224.2995.4574.12
Hex7E9FFC322501e05f4a
Octal176237374624501340137112
Binary11111101001111111111100110010100101011110000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,252); }

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

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

 a { background-color: rgb(126,159,252); }

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

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

 span { border-color: rgb(126,159,252); }

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