#775FAF

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

Shades of Blue Marguerite #775FAF

Tints of Blue Marguerite #775FAF

Color information

#775FAF (or 0x775FAF) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5F and AF. RGB value is (119,95,175). Sum of RGB (Red+Green+Blue) = 119+95+175=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #775FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FAF is #88A050. Grayscale: #6F6F6F. Windows color (decimal): -8953937 or 11493239. OLE color: 11493239.

HSL color Cylindrical-coordinate representation of color #775FAF: hue angle of 258º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775FAF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11995175-
CMYK0.320.4600.31
HSL258º33.33%52.94%-
HSV(B)258º45.71%68.63%-
XYZ19.4415.242.47-
YUV111.3163.95133.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=30.59%
G=24.42%
B=44.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119951750.320.4600.3125833.3352.94
Hex775FAF202E01F1022135
Octal16713725740560374024165
Binary1110111101111110101111100000101110011111100000010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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