#7F54C0

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

Shades of Blue Marguerite #7F54C0

Tints of Blue Marguerite #7F54C0

Color information

#7F54C0 (or 0x7F54C0) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 54 and C0. RGB value is (127,84,192). Sum of RGB (Red+Green+Blue) = 127+84+192=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F54C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F54C0 is #80AB3F. Grayscale: #6C6C6C. Windows color (decimal): -8432448 or 12604543. OLE color: 12604543.

HSL color Cylindrical-coordinate representation of color #7F54C0: hue angle of 263.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F54C0 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12784192-
CMYK0.340.5600.25
HSL263.89º46.15%54.12%-
HSV(B)263.89º56.25%75.29%-
XYZ21.4414.6651.57-
YUV109.17174.75140.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=31.51%
G=20.84%
B=47.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127841920.340.5600.25263.8946.1554.12
Hex7F54C022380191082e36
Octal17712430042700314105666
Binary1111111101010011000000100010111000011001100001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F54C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F54C0; }

 p { color: rgb(127,84,192); }

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

<style>
 a { background-color: #7F54C0; }

 a { background-color: rgb(127,84,192); }

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

<style>
 span { border-color: #7F54C0; }

 span { border-color: rgb(127,84,192); }

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