#7F5ABA

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

Shades of Blue Marguerite #7F5ABA

Tints of Blue Marguerite #7F5ABA

Color information

#7F5ABA (or 0x7F5ABA) is unknown color: approx Blue Marguerite. HEX triplet: 7F, 5A and BA. RGB value is (127,90,186). Sum of RGB (Red+Green+Blue) = 127+90+186=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F5ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ABA is #80A545. Grayscale: #6F6F6F. Windows color (decimal): -8430918 or 12212863. OLE color: 12212863.

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

Color convert

RGB12790186-
CMYK0.320.5200.27
HSL263.12º41.03%54.12%-
HSV(B)263.12º51.61%72.94%-
XYZ21.2715.3748.3-
YUV112.01169.76138.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=31.51%
G=22.33%
B=46.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127901860.320.5200.27263.1241.0354.12
Hex7F5ABA203401B1072936
Octal17713227240640334075166
Binary1111111101101010111010100000110100011011100000111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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