#7C99F1

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

Shades of Cornflower Blue #7C99F1

Tints of Cornflower Blue #7C99F1

Color information

#7C99F1 (or 0x7C99F1) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 99 and F1. RGB value is (124,153,241). Sum of RGB (Red+Green+Blue) = 124+153+241=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C99F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C99F1 is #83660E. Grayscale: #999999. Windows color (decimal): -8611343 or 15833468. OLE color: 15833468.

HSL color Cylindrical-coordinate representation of color #7C99F1: hue angle of 225.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C99F1 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124153241-
CMYK0.490.3700.05
HSL225.13º80.69%71.57%-
HSV(B)225.13º48.55%94.51%-
XYZ35.5833.4287.79-
YUV154.36176.89106.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.94%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=23.94%
G=29.54%
B=46.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241532410.490.3700.05225.1380.6971.57
Hex7C99F1312505e15148
Octal174231361614505341121110
Binary1111100100110011111000111000110010101011110000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C99F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,153,241); }

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

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

 a { background-color: rgb(124,153,241); }

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

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

 span { border-color: rgb(124,153,241); }

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