#7F5AB9

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

Shades of Blue Marguerite #7F5AB9

Tints of Blue Marguerite #7F5AB9

Color information

#7F5AB9 (or 0x7F5AB9) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 5A and B9. RGB value is (127,90,185). Sum of RGB (Red+Green+Blue) = 127+90+185=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F5AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AB9 is #80A546. Grayscale: #6F6F6F. Windows color (decimal): -8430919 or 12147327. OLE color: 12147327.

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

Color convert

RGB12790185-
CMYK0.310.5100.27
HSL263.37º40.43%53.92%-
HSV(B)263.37º51.35%72.55%-
XYZ21.1715.3347.74-
YUV111.89169.26138.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 185 (72.66% from 255) = 46.02%
R=31.59%
G=22.39%
B=46.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127901850.310.5100.27263.3740.4353.92
Hex7F5AB91F3301B1072836
Octal17713227137630334075066
Binary111111110110101011100111111110011011011100000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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