#754EBD

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

Shades of Blue Marguerite #754EBD

Tints of Blue Marguerite #754EBD

Color information

#754EBD (or 0x754EBD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4E and BD. RGB value is (117,78,189). Sum of RGB (Red+Green+Blue) = 117+78+189=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #754EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EBD is #8AB142. Grayscale: #656565. Windows color (decimal): -9089347 or 12406389. OLE color: 12406389.

HSL color Cylindrical-coordinate representation of color #754EBD: hue angle of 261.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754EBD is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11778189-
CMYK0.380.5900.26
HSL261.08º45.68%52.35%-
HSV(B)261.08º58.73%74.12%-
XYZ19.2512.949.62-
YUV102.32176.92138.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=30.47%
G=20.31%
B=49.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117781890.380.5900.26261.0845.6852.35
Hex754EBD263B01A1052e34
Octal16511627546730324055664
Binary1110101100111010111101100110111011011010100000101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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