#7453BF

Color #7453BF Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7453BF

Tints of Blue Marguerite #7453BF

Color information

#7453BF (or 0x7453BF) is unknown color: approx Blue Marguerite. HEX triplet: 74, 53 and BF. RGB value is (116,83,191). Sum of RGB (Red+Green+Blue) = 116+83+191=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #7453BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453BF is #8BAC40. Grayscale: #686868. Windows color (decimal): -9153601 or 12538740. OLE color: 12538740.

HSL color Cylindrical-coordinate representation of color #7453BF: hue angle of 258.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7453BF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11683191-
CMYK0.390.5700.25
HSL258.33º45.76%53.73%-
HSV(B)258.33º56.54%74.9%-
XYZ19.713.6650.89-
YUV105.18176.43135.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 191 (75% from 255) = 48.97%
R=29.74%
G=21.28%
B=48.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116831910.390.5700.25258.3345.7653.73
Hex7453BF27390191022e36
Octal16412327747710314025666
Binary1110100101001110111111100111111001011001100000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7453BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7453BF; }

 p { color: rgb(116,83,191); }

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

<style>
 a { background-color: #7453BF; }

 a { background-color: rgb(116,83,191); }

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

<style>
 span { border-color: #7453BF; }

 span { border-color: rgb(116,83,191); }

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