#7B5ABC

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

Shades of Blue Marguerite #7B5ABC

Tints of Blue Marguerite #7B5ABC

Color information

#7B5ABC (or 0x7B5ABC) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 5A and BC. RGB value is (123,90,188). Sum of RGB (Red+Green+Blue) = 123+90+188=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABC is #84A543. Grayscale: #6E6E6E. Windows color (decimal): -8693060 or 12343931. OLE color: 12343931.

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

Color convert

RGB12390188-
CMYK0.350.5200.26
HSL260.2º42.24%54.51%-
HSV(B)260.2º52.13%73.73%-
XYZ20.915.1549.4-
YUV111.04171.43136.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.67%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=30.67%
G=22.44%
B=46.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123901880.350.5200.26260.242.2454.51
Hex7B5ABC233401A1042a37
Octal17313227443640324045267
Binary1111011101101010111100100011110100011010100000100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,90,188); }

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

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

 a { background-color: rgb(123,90,188); }

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

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

 span { border-color: rgb(123,90,188); }

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