#7B54BD

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

Shades of Blue Marguerite #7B54BD

Tints of Blue Marguerite #7B54BD

Color information

#7B54BD (or 0x7B54BD) is unknown color: approx Blue Marguerite. HEX triplet: 7B, 54 and BD. RGB value is (123,84,189). Sum of RGB (Red+Green+Blue) = 123+84+189=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B54BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B54BD is #84AB42. Grayscale: #6B6B6B. Windows color (decimal): -8694595 or 12407931. OLE color: 12407931.

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

Color convert

RGB12384189-
CMYK0.350.5600.26
HSL262.29º44.3%53.53%-
HSV(B)262.29º55.56%74.12%-
XYZ20.5214.2349.81-
YUV107.63173.92138.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=31.06%
G=21.21%
B=47.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123841890.350.5600.26262.2944.353.53
Hex7B54BD233801A1062c36
Octal17312427543700324065466
Binary1111011101010010111101100011111000011010100000110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,189); }

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

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

 a { background-color: rgb(123,84,189); }

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

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

 span { border-color: rgb(123,84,189); }

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