#7C90FB

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

Shades of Cornflower Blue #7C90FB

Tints of Cornflower Blue #7C90FB

Color information

#7C90FB (or 0x7C90FB) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 90 and FB. RGB value is (124,144,251). Sum of RGB (Red+Green+Blue) = 124+144+251=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C90FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C90FB is #836F04. Grayscale: #959595. Windows color (decimal): -8613637 or 16486524. OLE color: 16486524.

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

Color convert

RGB124144251-
CMYK0.510.4300.02
HSL230.55º94.07%73.53%-
HSV(B)230.55º50.6%98.43%-
XYZ35.731.295.41-
YUV150.22184.87109.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=23.89%
G=27.75%
B=48.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241442510.510.4300.02230.5594.0773.53
Hex7C90FB332B02e75e4a
Octal174220373635302347136112
Binary111110010010000111110111100111010110101110011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,144,251); }

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

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

 a { background-color: rgb(124,144,251); }

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

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

 span { border-color: rgb(124,144,251); }

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