#7C8EFF

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

Shades of Cornflower Blue #7C8EFF

Tints of Cornflower Blue #7C8EFF

Color information

#7C8EFF (or 0x7C8EFF) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 8E and FF. RGB value is (124,142,255). Sum of RGB (Red+Green+Blue) = 124+142+255=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8EFF is #837100. Grayscale: #959595. Windows color (decimal): -8614145 or 16748156. OLE color: 16748156.

HSL color Cylindrical-coordinate representation of color #7C8EFF: hue angle of 231.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C8EFF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124142255-
CMYK0.510.4400
HSL231.76º100%74.31%-
HSV(B)231.76º51.37%100%-
XYZ36.0430.8598.66-
YUV149.5187.54109.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 48.94%
R=23.80%
G=27.26%
B=48.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241422550.510.4400231.7610074.31
Hex7C8EFF332C00e8644a
Octal174216377635400350144112
Binary11111001000111011111111110011101100001110100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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