#7C97F0

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

Shades of Cornflower Blue #7C97F0

Tints of Cornflower Blue #7C97F0

Color information

#7C97F0 (or 0x7C97F0) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 97 and F0. RGB value is (124,151,240). Sum of RGB (Red+Green+Blue) = 124+151+240=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C97F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C97F0 is #83680F. Grayscale: #989898. Windows color (decimal): -8611856 or 15767420. OLE color: 15767420.

HSL color Cylindrical-coordinate representation of color #7C97F0: hue angle of 226.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C97F0 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124151240-
CMYK0.480.3700.06
HSL226.03º79.45%71.37%-
HSV(B)226.03º48.33%94.12%-
XYZ35.1132.7186.9-
YUV153.07177.05107.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.08%
GREEN value IS 151 (59.38% from 255) = 29.32%
BLUE value IS 240 (94.14% from 255) = 46.60%
R=24.08%
G=29.32%
B=46.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1241512400.480.3700.06226.0379.4571.37
Hex7C97F0302506e24f47
Octal174227360604506342117107
Binary1111100100101111111000011000010010101101110001010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,151,240); }

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

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

 a { background-color: rgb(124,151,240); }

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

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

 span { border-color: rgb(124,151,240); }

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