#775BB9

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

Shades of Blue Marguerite #775BB9

Tints of Blue Marguerite #775BB9

Color information

#775BB9 (or 0x775BB9) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and B9. RGB value is (119,91,185). Sum of RGB (Red+Green+Blue) = 119+91+185=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #775BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BB9 is #88A446. Grayscale: #6D6D6D. Windows color (decimal): -8954951 or 12147575. OLE color: 12147575.

HSL color Cylindrical-coordinate representation of color #775BB9: hue angle of 257.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775BB9 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11991185-
CMYK0.360.5100.27
HSL257.87º40.17%54.12%-
HSV(B)257.87º50.81%72.55%-
XYZ20.1114.9147.72-
YUV110.09170.28134.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=30.13%
G=23.04%
B=46.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119911850.360.5100.27257.8740.1754.12
Hex775BB9243301B1022836
Octal16713327144630334025066
Binary1110111101101110111001100100110011011011100000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775BB9; }

 p { color: rgb(119,91,185); }

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

<style>
 a { background-color: #775BB9; }

 a { background-color: rgb(119,91,185); }

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

<style>
 span { border-color: #775BB9; }

 span { border-color: rgb(119,91,185); }

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