#754DBE

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

Shades of Blue Marguerite #754DBE

Tints of Blue Marguerite #754DBE

Color information

#754DBE (or 0x754DBE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4D and BE. RGB value is (117,77,190). Sum of RGB (Red+Green+Blue) = 117+77+190=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #754DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754DBE is #8AB241. Grayscale: #656565. Windows color (decimal): -9089602 or 12471669. OLE color: 12471669.

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

Color convert

RGB11777190-
CMYK0.380.5900.25
HSL261.24º46.5%52.35%-
HSV(B)261.24º59.47%74.51%-
XYZ19.2812.8150.17-
YUV101.84177.75138.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=30.47%
G=20.05%
B=49.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117771900.380.5900.25261.2446.552.35
Hex754DBE263B0191052f34
Octal16511527646730314055764
Binary1110101100110110111110100110111011011001100000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,190); }

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

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

 a { background-color: rgb(117,77,190); }

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

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

 span { border-color: rgb(117,77,190); }

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