#7895FF

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

Shades of Cornflower Blue #7895FF

Tints of Cornflower Blue #7895FF

Color information

#7895FF (or 0x7895FF) is unknown color: approx Cornflower Blue. HEX triplet: 78, 95 and FF. RGB value is (120,149,255). Sum of RGB (Red+Green+Blue) = 120+149+255=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 149 (58.59% from 255 or 28.44% 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 #7895FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7895FF is #876A00. Grayscale: #979797. Windows color (decimal): -8874497 or 16749944. OLE color: 16749944.

HSL color Cylindrical-coordinate representation of color #7895FF: hue angle of 227.11º 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 #7895FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120149255-
CMYK0.530.4200
HSL227.11º100%73.53%-
HSV(B)227.11º52.94%100%-
XYZ36.5432.7198.99-
YUV152.41185.89104.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 149 (58.59% from 255) = 28.44%
BLUE value IS 255 (100% from 255) = 48.66%
R=22.90%
G=28.44%
B=48.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201492550.530.4200227.1110073.53
Hex7895FF352A00e3644a
Octal170225377655200343144112
Binary11110001001010111111111110101101010001110001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7895FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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