#775BBE

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

Shades of Blue Marguerite #775BBE

Tints of Blue Marguerite #775BBE

Color information

#775BBE (or 0x775BBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and BE. RGB value is (119,91,190). Sum of RGB (Red+Green+Blue) = 119+91+190=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #775BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BBE is #88A441. Grayscale: #6E6E6E. Windows color (decimal): -8954946 or 12475255. OLE color: 12475255.

HSL color Cylindrical-coordinate representation of color #775BBE: hue angle of 256.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775BBE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11991190-
CMYK0.370.5200.25
HSL256.97º43.23%55.1%-
HSV(B)256.97º52.11%74.51%-
XYZ20.6415.1250.55-
YUV110.66172.78133.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=29.75%
G=22.75%
B=47.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119911900.370.5200.25256.9743.2355.1
Hex775BBE25340191012b37
Octal16713327645640314015367
Binary1110111101101110111110100101110100011001100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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