#775FB8

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

Shades of Blue Marguerite #775FB8

Tints of Blue Marguerite #775FB8

Color information

#775FB8 (or 0x775FB8) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and B8. RGB value is (119,95,184). Sum of RGB (Red+Green+Blue) = 119+95+184=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #775FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB8 is #88A047. Grayscale: #6F6F6F. Windows color (decimal): -8953928 or 12083063. OLE color: 12083063.

HSL color Cylindrical-coordinate representation of color #775FB8: hue angle of 256.18º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775FB8 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11995184-
CMYK0.350.4800.28
HSL256.18º38.53%54.71%-
HSV(B)256.18º48.37%72.16%-
XYZ20.3515.5747.28-
YUV112.32168.45132.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=29.90%
G=23.87%
B=46.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119951840.350.4800.28256.1838.5354.71
Hex775FB8233001C1002737
Octal16713727043600344004767
Binary1110111101111110111000100011110000011100100000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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