#775CBA

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

Shades of Blue Marguerite #775CBA

Tints of Blue Marguerite #775CBA

Color information

#775CBA (or 0x775CBA) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5C and BA. RGB value is (119,92,186). Sum of RGB (Red+Green+Blue) = 119+92+186=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #775CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBA is #88A345. Grayscale: #6E6E6E. Windows color (decimal): -8954694 or 12213367. OLE color: 12213367.

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

Color convert

RGB11992186-
CMYK0.360.5100.27
HSL257.23º40.52%54.51%-
HSV(B)257.23º50.54%72.94%-
XYZ20.315.1248.3-
YUV110.79170.45133.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=29.97%
G=23.17%
B=46.85%

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
Decimal119921860.360.5100.27257.2340.5254.51
Hex775CBA243301B1012937
Octal16713427244630334015167
Binary1110111101110010111010100100110011011011100000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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