#775FBE

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

Shades of Blue Marguerite #775FBE

Tints of Blue Marguerite #775FBE

Color information

#775FBE (or 0x775FBE) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and BE. RGB value is (119,95,190). Sum of RGB (Red+Green+Blue) = 119+95+190=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #775FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FBE is #88A041. Grayscale: #707070. Windows color (decimal): -8953922 or 12476279. OLE color: 12476279.

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

Color convert

RGB11995190-
CMYK0.370.500.25
HSL255.16º42.22%55.88%-
HSV(B)255.16º50%74.51%-
XYZ20.9915.8250.66-
YUV113.01171.45132.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=29.46%
G=23.51%
B=47.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119951900.370.500.25255.1642.2255.88
Hex775FBE2532019ff2a38
Octal16713727645620313775270
Binary111011110111111011111010010111001001100111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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