#7F5AB8

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

Shades of Blue Marguerite #7F5AB8

Tints of Blue Marguerite #7F5AB8

Color information

#7F5AB8 (or 0x7F5AB8) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 5A and B8. RGB value is (127,90,184). Sum of RGB (Red+Green+Blue) = 127+90+184=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 184 - color contains mainly: blue. Hex color #7F5AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AB8 is #80A547. Grayscale: #6F6F6F. Windows color (decimal): -8430920 or 12081791. OLE color: 12081791.

HSL color Cylindrical-coordinate representation of color #7F5AB8: hue angle of 263.62º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F5AB8 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12790184-
CMYK0.310.5100.28
HSL263.62º39.83%53.73%-
HSV(B)263.62º51.09%72.16%-
XYZ21.0615.2947.19-
YUV111.78168.76138.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 184 (72.27% from 255) = 45.89%
R=31.67%
G=22.44%
B=45.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal127901840.310.5100.28263.6239.8353.73
Hex7F5AB81F3301C1082836
Octal17713227037630344105066
Binary111111110110101011100011111110011011100100001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,90,184); }

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

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

 a { background-color: rgb(127,90,184); }

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

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

 span { border-color: rgb(127,90,184); }

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