#7C91FF

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

Shades of Cornflower Blue #7C91FF

Tints of Cornflower Blue #7C91FF

Color information

#7C91FF (or 0x7C91FF) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 91 and FF. RGB value is (124,145,255). Sum of RGB (Red+Green+Blue) = 124+145+255=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #7C91FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C91FF is #836E00. Grayscale: #969696. Windows color (decimal): -8613377 or 16748924. OLE color: 16748924.

HSL color Cylindrical-coordinate representation of color #7C91FF: hue angle of 230.38º 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 #7C91FF is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124145255-
CMYK0.510.4300
HSL230.38º100%74.31%-
HSV(B)230.38º51.37%100%-
XYZ36.4931.7698.81-
YUV151.26186.54108.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.66%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 255 (100% from 255) = 48.66%
R=23.66%
G=27.67%
B=48.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1241452550.510.4300230.3810074.31
Hex7C91FF332B00e6644a
Octal174221377635300346144112
Binary11111001001000111111111110011101011001110011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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