#775CB3

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

Shades of Blue Marguerite #775CB3

Tints of Blue Marguerite #775CB3

Color information

#775CB3 (or 0x775CB3) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5C and B3. RGB value is (119,92,179). Sum of RGB (Red+Green+Blue) = 119+92+179=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #775CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CB3 is #88A34C. Grayscale: #6D6D6D. Windows color (decimal): -8954701 or 11754615. OLE color: 11754615.

HSL color Cylindrical-coordinate representation of color #775CB3: hue angle of 258.62º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #775CB3 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11992179-
CMYK0.340.4900.30
HSL258.62º36.4%53.14%-
HSV(B)258.62º48.6%70.2%-
XYZ19.5714.8344.48-
YUV109.99166.95134.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 179 (70.31% from 255) = 45.90%
R=30.51%
G=23.59%
B=45.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal119921790.340.4900.30258.6236.453.14
Hex775CB3223101E1032435
Octal16713426342610364034465
Binary1110111101110010110011100010110001011110100000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,179); }

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

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

 a { background-color: rgb(119,92,179); }

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

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

 span { border-color: rgb(119,92,179); }

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