#7A5CBE

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

Shades of Blue Marguerite #7A5CBE

Tints of Blue Marguerite #7A5CBE

Color information

#7A5CBE (or 0x7A5CBE) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5C and BE. RGB value is (122,92,190). Sum of RGB (Red+Green+Blue) = 122+92+190=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A5CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CBE is #85A341. Grayscale: #6F6F6F. Windows color (decimal): -8758082 or 12475514. OLE color: 12475514.

HSL color Cylindrical-coordinate representation of color #7A5CBE: hue angle of 258.37º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A5CBE is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12292190-
CMYK0.360.5200.25
HSL258.37º42.98%55.29%-
HSV(B)258.37º51.58%74.51%-
XYZ21.1515.5150.59-
YUV112.14171.94135.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.20%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=30.20%
G=22.77%
B=47.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122921900.360.5200.25258.3742.9855.29
Hex7A5CBE24340191022b37
Octal17213427644640314025367
Binary1111010101110010111110100100110100011001100000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,92,190); }

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

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

 a { background-color: rgb(122,92,190); }

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

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

 span { border-color: rgb(122,92,190); }

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