#754EBA

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

Shades of Blue Marguerite #754EBA

Tints of Blue Marguerite #754EBA

Color information

#754EBA (or 0x754EBA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4E and BA. RGB value is (117,78,186). Sum of RGB (Red+Green+Blue) = 117+78+186=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #754EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754EBA is #8AB145. Grayscale: #656565. Windows color (decimal): -9089350 or 12209781. OLE color: 12209781.

HSL color Cylindrical-coordinate representation of color #754EBA: hue angle of 261.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754EBA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11778186-
CMYK0.370.5800.27
HSL261.67º43.9%51.76%-
HSV(B)261.67º58.06%72.94%-
XYZ18.9212.7847.92-
YUV101.97175.42138.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=30.71%
G=20.47%
B=48.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117781860.370.5800.27261.6743.951.76
Hex754EBA253A01B1062c34
Octal16511627245720334065464
Binary1110101100111010111010100101111010011011100000110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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