#754EBF

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

Shades of Blue Marguerite #754EBF

Tints of Blue Marguerite #754EBF

Color information

#754EBF (or 0x754EBF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4E and BF. RGB value is (117,78,191). Sum of RGB (Red+Green+Blue) = 117+78+191=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #754EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EBF is #8AB140. Grayscale: #666666. Windows color (decimal): -9089345 or 12537461. OLE color: 12537461.

HSL color Cylindrical-coordinate representation of color #754EBF: hue angle of 260.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754EBF is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11778191-
CMYK0.390.5900.25
HSL260.71º46.89%52.75%-
HSV(B)260.71º59.16%74.9%-
XYZ19.4612.9950.77-
YUV102.54177.92138.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 78 (30.86% from 255) = 20.21%
BLUE value IS 191 (75% from 255) = 49.48%
R=30.31%
G=20.21%
B=49.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117781910.390.5900.25260.7146.8952.75
Hex754EBF273B0191052f35
Octal16511627747730314055765
Binary1110101100111010111111100111111011011001100000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754EBF; }

 p { color: rgb(117,78,191); }

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

<style>
 a { background-color: #754EBF; }

 a { background-color: rgb(117,78,191); }

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

<style>
 span { border-color: #754EBF; }

 span { border-color: rgb(117,78,191); }

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