#7D54BB

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

Shades of Blue Marguerite #7D54BB

Tints of Blue Marguerite #7D54BB

Color information

#7D54BB (or 0x7D54BB) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 54 and BB. RGB value is (125,84,187). Sum of RGB (Red+Green+Blue) = 125+84+187=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D54BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54BB is #82AB44. Grayscale: #6B6B6B. Windows color (decimal): -8563525 or 12276861. OLE color: 12276861.

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

Color convert

RGB12584187-
CMYK0.330.5500.27
HSL263.88º43.1%53.14%-
HSV(B)263.88º55.08%73.33%-
XYZ20.614.2948.69-
YUV108172.58140.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=31.57%
G=21.21%
B=47.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125841870.330.5500.27263.8843.153.14
Hex7D54BB213701B1082b35
Octal17512427341670334105365
Binary1111101101010010111011100001110111011011100001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D54BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,187); }

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

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

 a { background-color: rgb(125,84,187); }

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

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

 span { border-color: rgb(125,84,187); }

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