#7757BD

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

Shades of Blue Marguerite #7757BD

Tints of Blue Marguerite #7757BD

Color information

#7757BD (or 0x7757BD) is unknown color: approx Blue Marguerite. HEX triplet: 77, 57 and BD. RGB value is (119,87,189). Sum of RGB (Red+Green+Blue) = 119+87+189=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #7757BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7757BD is #88A842. Grayscale: #6B6B6B. Windows color (decimal): -8955971 or 12408695. OLE color: 12408695.

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

Color convert

RGB11987189-
CMYK0.370.5400.26
HSL258.82º43.59%54.12%-
HSV(B)258.82º53.97%74.12%-
XYZ20.214.4149.86-
YUV108.2173.6135.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 87 (34.38% from 255) = 22.03%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=30.13%
G=22.03%
B=47.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal119871890.370.5400.26258.8243.5954.12
Hex7757BD253601A1032c36
Octal16712727545660324035466
Binary1110111101011110111101100101110110011010100000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7757BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7757BD; }

 p { color: rgb(119,87,189); }

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

<style>
 a { background-color: #7757BD; }

 a { background-color: rgb(119,87,189); }

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

<style>
 span { border-color: #7757BD; }

 span { border-color: rgb(119,87,189); }

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