#754FC0

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

Shades of Blue Marguerite #754FC0

Tints of Blue Marguerite #754FC0

Color information

#754FC0 (or 0x754FC0) is unknown color: approx Blue Marguerite. HEX triplet: 75, 4F and C0. RGB value is (117,79,192). Sum of RGB (Red+Green+Blue) = 117+79+192=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #754FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC0 is #8AB03F. Grayscale: #666666. Windows color (decimal): -9089088 or 12603253. OLE color: 12603253.

HSL color Cylindrical-coordinate representation of color #754FC0: hue angle of 260.18º 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 #754FC0 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11779192-
CMYK0.390.5900.25
HSL260.18º47.28%53.14%-
HSV(B)260.18º58.85%75.29%-
XYZ19.6513.1851.38-
YUV103.24178.09137.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 192 (75.39% from 255) = 49.48%
R=30.15%
G=20.36%
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
Decimal117791920.390.5900.25260.1847.2853.14
Hex754FC0273B0191042f35
Octal16511730047730314045765
Binary1110101100111111000000100111111011011001100000100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,192); }

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

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

 a { background-color: rgb(117,79,192); }

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

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

 span { border-color: rgb(117,79,192); }

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