#7c8ef6

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

Shades of Cornflower Blue #7C8EF6

Tints of Cornflower Blue #7C8EF6

Color information

#7C8EF6 (or 0x7C8EF6) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 8E and F6. RGB value is (124,142,246). Sum of RGB (Red+Green+Blue) = 124+142+246=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C8EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8EF6 is #837109. Grayscale: #949494. Windows color (decimal): -8614154 or 16158332. OLE color: 16158332.

HSL color Cylindrical-coordinate representation of color #7C8EF6: hue angle of 231.15º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C8EF6 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124142246-
CMYK0.500.4200.04
HSL231.15º87.14%72.55%-
HSV(B)231.15º49.59%96.47%-
XYZ34.6230.2891.21-
YUV148.47183.04110.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 246 (96.48% from 255) = 48.05%
R=24.22%
G=27.73%
B=48.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241422460.500.4200.04231.1587.1472.55
Hex7C8EF6322A04e75749
Octal174216366625204347127111
Binary1111100100011101111011011001010101001001110011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c8ef6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,246); }

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

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

 a { background-color: rgb(124,142,246); }

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

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

 span { border-color: rgb(124,142,246); }

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