Html Css Color HEX #755EAC Blue Marguerite

📋 copy color: '#755EAC'

red 117 ◦ green 94 ◦ blue 172

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

Shades of Blue Marguerite #755EAC

Tints of Blue Marguerite #755EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 30.55%
G = 24.54%
B = 44.91%

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

#755EAC (or 0x755EAC) is known color: Blue Marguerite. HEX triplet: 75, 5E and AC. RGB value is (117,94,172). Sum of RGB (Red+Green+Blue) = 117+94+172=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #755EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EAC is #8AA153. Grayscale: #6D6D6D. Windows color (decimal): -9085268 or 11296373. OLE color: 11296373.

HSL color Cylindrical-coordinate representation of color #755EAC: hue angle of 257.69º 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 #755EAC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 94 172 -
CMYK 0.32 0.45 0 0.33
HSL 257.69º 0.32% 0.52% -
HSV(B) 257.69º 0.45% 0.67% -
XYZ 18.79 14.77 40.89 -
YUV 109.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 117 94 172 0.32 0.45 0 0.33 257.69 0.32 0.52
Hex 75 5E AC 20 2D 0 21 102 20 34
Octal 165 136 254 40 55 0 41 402 40 64
Binary 1110101 1011110 10101100 100000 101101 0 100001 100000010 100000 110100

Color Harmonies of #755EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EAC

Black with #755EAC

Text Example


Text Example

White with #755EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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