Html Css Color HEX #755FAD Blue Marguerite

📋 copy color: '#755FAD'

red 117 ◦ green 95 ◦ blue 173

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

Shades of Blue Marguerite #755FAD

Tints of Blue Marguerite #755FAD

RGB

 RED value IS 117 (46.09% from 255) = 30.39%

 GREEN value IS 95 (37.5% from 255) = 24.68%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 30.39%
G = 24.68%
B = 44.94%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#755FAD (or 0x755FAD) is known color: Blue Marguerite. HEX triplet: 75, 5F and AD. RGB value is (117,95,173). Sum of RGB (Red+Green+Blue) = 117+95+173=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #755FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAD is #8AA052. Grayscale: #6E6E6E. Windows color (decimal): -9085011 or 11362165. OLE color: 11362165.

HSL color Cylindrical-coordinate representation of color #755FAD: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755FAD is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 95 173 -
CMYK 0.32 0.45 0 0.32
HSL 256.92º 0.32% 0.53% -
HSV(B) 256.92º 0.45% 0.68% -
XYZ 18.97 14.98 41.43 -
YUV 110.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 117 95 173 0.32 0.45 0 0.32 256.92 0.32 0.53
Hex 75 5F AD 20 2D 0 20 101 20 35
Octal 165 137 255 40 55 0 40 401 40 65
Binary 1110101 1011111 10101101 100000 101101 0 100000 100000001 100000 110101

Color Harmonies of #755FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FAD

Black with #755FAD

Text Example


Text Example

White with #755FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755FAD; }

 p { color: rgb(117,95,173); }

 H1.HeaderClassName
 {
   color: #755FAD;
 }
 .AnyTagClassName
 {
   color: #755FAD;
 }
</style>

background-color css

<style>
 a { background-color: #755FAD; }

 a { background-color: rgb(117,95,173); }

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

border-color css

<style>
 span { border-color: #755FAD; }

 span { border-color: rgb(117,95,173); }

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