#7A5CBD

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

Shades of Blue Marguerite #7A5CBD

Tints of Blue Marguerite #7A5CBD

Color information

#7A5CBD (or 0x7A5CBD) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5C and BD. RGB value is (122,92,189). Sum of RGB (Red+Green+Blue) = 122+92+189=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A5CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CBD is #85A342. Grayscale: #6F6F6F. Windows color (decimal): -8758083 or 12409978. OLE color: 12409978.

HSL color Cylindrical-coordinate representation of color #7A5CBD: hue angle of 258.56º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A5CBD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12292189-
CMYK0.350.5100.26
HSL258.56º42.36%55.1%-
HSV(B)258.56º51.32%74.12%-
XYZ21.0415.4750.02-
YUV112.03171.44135.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.27%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=30.27%
G=22.83%
B=46.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122921890.350.5100.26258.5642.3655.1
Hex7A5CBD233301A1032a37
Octal17213427543630324035267
Binary1111010101110010111101100011110011011010100000011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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