#7A5FBA

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

Shades of Blue Marguerite #7A5FBA

Tints of Blue Marguerite #7A5FBA

Color information

#7A5FBA (or 0x7A5FBA) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5F and BA. RGB value is (122,95,186). Sum of RGB (Red+Green+Blue) = 122+95+186=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 95 (37.5% from 255 or 23.57% 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 #7A5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5FBA is #85A045. Grayscale: #717171. Windows color (decimal): -8757318 or 12214138. OLE color: 12214138.

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

Color convert

RGB12295186-
CMYK0.340.4900.27
HSL257.8º39.74%55.1%-
HSV(B)257.8º48.92%72.94%-
XYZ20.9815.8748.41-
YUV113.45168.95134.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.27%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=30.27%
G=23.57%
B=46.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122951860.340.4900.27257.839.7455.1
Hex7A5FBA223101B1022837
Octal17213727242610334025067
Binary1111010101111110111010100010110001011011100000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,186); }

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

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

 a { background-color: rgb(122,95,186); }

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

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

 span { border-color: rgb(122,95,186); }

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