#7891F1

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

Shades of Cornflower Blue #7891F1

Tints of Cornflower Blue #7891F1

Color information

#7891F1 (or 0x7891F1) is unknown color: approx Cornflower Blue. HEX triplet: 78, 91 and F1. RGB value is (120,145,241). Sum of RGB (Red+Green+Blue) = 120+145+241=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #7891F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7891F1 is #876E0E. Grayscale: #949494. Windows color (decimal): -8875535 or 15831416. OLE color: 15831416.

HSL color Cylindrical-coordinate representation of color #7891F1: hue angle of 227.6º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7891F1 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120145241-
CMYK0.500.4000.05
HSL227.6º81.21%70.78%-
HSV(B)227.6º50.21%94.51%-
XYZ33.7530.5987.35-
YUV148.47180.22107.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.72%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=23.72%
G=28.66%
B=47.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201452410.500.4000.05227.681.2170.78
Hex7891F1322805e45147
Octal170221361625005344121107
Binary1111000100100011111000111001010100001011110010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7891F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7891F1; }

 p { color: rgb(120,145,241); }

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

<style>
 a { background-color: #7891F1; }

 a { background-color: rgb(120,145,241); }

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

<style>
 span { border-color: #7891F1; }

 span { border-color: rgb(120,145,241); }

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