#775FB5

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

Shades of Blue Marguerite #775FB5

Tints of Blue Marguerite #775FB5

Color information

#775FB5 (or 0x775FB5) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and B5. RGB value is (119,95,181). Sum of RGB (Red+Green+Blue) = 119+95+181=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #775FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB5 is #88A04A. Grayscale: #6F6F6F. Windows color (decimal): -8953931 or 11886455. OLE color: 11886455.

HSL color Cylindrical-coordinate representation of color #775FB5: hue angle of 256.74º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775FB5 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11995181-
CMYK0.340.4800.29
HSL256.74º36.75%54.12%-
HSV(B)256.74º47.51%70.98%-
XYZ20.0415.4445.64-
YUV111.98166.95133.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 181 (71.09% from 255) = 45.82%
R=30.13%
G=24.05%
B=45.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119951810.340.4800.29256.7436.7554.12
Hex775FB5223001D1012536
Octal16713726542600354014566
Binary1110111101111110110101100010110000011101100000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,181); }

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

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

 a { background-color: rgb(119,95,181); }

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

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

 span { border-color: rgb(119,95,181); }

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