#7A5CBB

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

Shades of Blue Marguerite #7A5CBB

Tints of Blue Marguerite #7A5CBB

Color information

#7A5CBB (or 0x7A5CBB) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 5C and BB. RGB value is (122,92,187). Sum of RGB (Red+Green+Blue) = 122+92+187=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A5CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5CBB is #85A344. Grayscale: #6F6F6F. Windows color (decimal): -8758085 or 12278906. OLE color: 12278906.

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

Color convert

RGB12292187-
CMYK0.350.5100.27
HSL258.95º41.13%54.71%-
HSV(B)258.95º50.8%73.33%-
XYZ20.8215.3848.88-
YUV111.8170.44135.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=30.42%
G=22.94%
B=46.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122921870.350.5100.27258.9541.1354.71
Hex7A5CBB233301B1032937
Octal17213427343630334035167
Binary1111010101110010111011100011110011011011100000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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