Html Css Color HEX #775CAF Blue Marguerite

📋 copy color: '#775CAF'

red 119 ◦ green 92 ◦ blue 175

#775CAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #775CAF

Tints of Blue Marguerite #775CAF

RGB

 RED value IS 119 (46.88% from 255) = 30.83%

 GREEN value IS 92 (36.33% from 255) = 23.83%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 30.83%
G = 23.83%
B = 45.34%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#775CAF (or 0x775CAF) is known color: Blue Marguerite. HEX triplet: 77, 5C and AF. RGB value is (119,92,175). Sum of RGB (Red+Green+Blue) = 119+92+175=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #775CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CAF is #88A350. Grayscale: #6D6D6D. Windows color (decimal): -8954705 or 11492471. OLE color: 11492471.

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

Color convert

RGB 119 92 175 -
CMYK 0.32 0.47 0 0.31
HSL 259.52º 0.34% 0.52% -
HSV(B) 259.52º 0.47% 0.69% -
XYZ 19.17 14.67 42.38 -
YUV 109.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 119 92 175 0.32 0.47 0 0.31 259.52 0.34 0.52
Hex 77 5C AF 20 2F 0 1F 104 22 34
Octal 167 134 257 40 57 0 37 404 42 64
Binary 1110111 1011100 10101111 100000 101111 0 11111 100000100 100010 110100

Color Harmonies of #775CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775CAF

Black with #775CAF

Text Example


Text Example

White with #775CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #775CAF;
 }
 .AnyTagClassName
 {
   color: #775CAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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