#7894FF

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

Shades of Cornflower Blue #7894FF

Tints of Cornflower Blue #7894FF

Color information

#7894FF (or 0x7894FF) is unknown color: approx Cornflower Blue. HEX triplet: 78, 94 and FF. RGB value is (120,148,255). Sum of RGB (Red+Green+Blue) = 120+148+255=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #7894FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894FF is #876B00. Grayscale: #979797. Windows color (decimal): -8874753 or 16749688. OLE color: 16749688.

HSL color Cylindrical-coordinate representation of color #7894FF: hue angle of 227.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7894FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120148255-
CMYK0.530.4200
HSL227.56º100%73.53%-
HSV(B)227.56º52.94%100%-
XYZ36.3932.3998.94-
YUV151.83186.22105.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.94%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 48.76%
R=22.94%
G=28.30%
B=48.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201482550.530.4200227.5610073.53
Hex7894FF352A00e4644a
Octal170224377655200344144112
Binary11110001001010011111111110101101010001110010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7894FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7894FF; }

 p { color: rgb(120,148,255); }

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

<style>
 a { background-color: #7894FF; }

 a { background-color: rgb(120,148,255); }

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

<style>
 span { border-color: #7894FF; }

 span { border-color: rgb(120,148,255); }

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