#7551C0

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

Shades of Blue Marguerite #7551C0

Tints of Blue Marguerite #7551C0

Color information

#7551C0 (or 0x7551C0) is unknown color: approx Blue Marguerite. HEX triplet: 75, 51 and C0. RGB value is (117,81,192). Sum of RGB (Red+Green+Blue) = 117+81+192=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #7551C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551C0 is #8AAE3F. Grayscale: #686868. Windows color (decimal): -9088576 or 12603765. OLE color: 12603765.

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

Color convert

RGB11781192-
CMYK0.390.5800.25
HSL259.46º46.84%53.53%-
HSV(B)259.46º57.81%75.29%-
XYZ19.7913.4751.43-
YUV104.42177.43136.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=30%
G=20.77%
B=49.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117811920.390.5800.25259.4646.8453.53
Hex7551C0273A0191032f36
Octal16512130047720314035766
Binary1110101101000111000000100111111010011001100000011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7551C0; }

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

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

<style>
 a { background-color: #7551C0; }

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

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

<style>
 span { border-color: #7551C0; }

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

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