#7C9AF1

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

Shades of Cornflower Blue #7C9AF1

Tints of Cornflower Blue #7C9AF1

Color information

#7C9AF1 (or 0x7C9AF1) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 9A and F1. RGB value is (124,154,241). Sum of RGB (Red+Green+Blue) = 124+154+241=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C9AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AF1 is #83650E. Grayscale: #9A9A9A. Windows color (decimal): -8611087 or 15833724. OLE color: 15833724.

HSL color Cylindrical-coordinate representation of color #7C9AF1: hue angle of 224.62º 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 #7C9AF1 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124154241-
CMYK0.490.3600.05
HSL224.62º80.69%71.57%-
HSV(B)224.62º48.55%94.51%-
XYZ35.7433.7587.85-
YUV154.95176.56105.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=23.89%
G=29.67%
B=46.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241542410.490.3600.05224.6280.6971.57
Hex7C9AF1312405e15148
Octal174232361614405341121110
Binary1111100100110101111000111000110010001011110000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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