#775FBF

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

Shades of Blue Marguerite #775FBF

Tints of Blue Marguerite #775FBF

Color information

#775FBF (or 0x775FBF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and BF. RGB value is (119,95,191). Sum of RGB (Red+Green+Blue) = 119+95+191=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #775FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FBF is #88A040. Grayscale: #707070. Windows color (decimal): -8953921 or 12541815. OLE color: 12541815.

HSL color Cylindrical-coordinate representation of color #775FBF: hue angle of 255º degrees, saturation: 0.43, 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 #775FBF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11995191-
CMYK0.380.5000.25
HSL255º42.86%56.08%-
HSV(B)255º50.26%74.9%-
XYZ21.115.8751.24-
YUV113.12171.95132.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.38%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 191 (75% from 255) = 47.16%
R=29.38%
G=23.46%
B=47.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal119951910.380.5000.2525542.8656.08
Hex775FBF2632019ff2b38
Octal16713727746620313775370
Binary111011110111111011111110011011001001100111111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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