Html Css Color HEX #755FAC Blue Marguerite

📋 copy color: '#755FAC'

red 117 ◦ green 95 ◦ blue 172

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

Shades of Blue Marguerite #755FAC

Tints of Blue Marguerite #755FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 30.47%
G = 24.74%
B = 44.79%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755FAC (or 0x755FAC) is known color: Blue Marguerite. HEX triplet: 75, 5F and AC. RGB value is (117,95,172). Sum of RGB (Red+Green+Blue) = 117+95+172=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #755FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755FAC is #8AA053. Grayscale: #6E6E6E. Windows color (decimal): -9085012 or 11296629. OLE color: 11296629.

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

Color convert

RGB 117 95 172 -
CMYK 0.32 0.45 0 0.33
HSL 257.14º 0.32% 0.52% -
HSV(B) 257.14º 0.45% 0.67% -
XYZ 18.87 14.94 40.92 -
YUV 110.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 117 95 172 0.32 0.45 0 0.33 257.14 0.32 0.52
Hex 75 5F AC 20 2D 0 21 101 20 34
Octal 165 137 254 40 55 0 41 401 40 64
Binary 1110101 1011111 10101100 100000 101101 0 100001 100000001 100000 110100

Color Harmonies of #755FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FAC

Black with #755FAC

Text Example


Text Example

White with #755FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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