#775AB9

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

Shades of Blue Marguerite #775AB9

Tints of Blue Marguerite #775AB9

Color information

#775AB9 (or 0x775AB9) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5A and B9. RGB value is (119,90,185). Sum of RGB (Red+Green+Blue) = 119+90+185=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #775AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775AB9 is #88A546. Grayscale: #6D6D6D. Windows color (decimal): -8955207 or 12147319. OLE color: 12147319.

HSL color Cylindrical-coordinate representation of color #775AB9: hue angle of 258.32º 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 #775AB9 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11990185-
CMYK0.360.5100.27
HSL258.32º40.43%53.92%-
HSV(B)258.32º51.35%72.55%-
XYZ20.0214.7447.69-
YUV109.5170.61134.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=30.20%
G=22.84%
B=46.95%

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
Decimal119901850.360.5100.27258.3240.4353.92
Hex775AB9243301B1022836
Octal16713227144630334025066
Binary1110111101101010111001100100110011011011100000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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