Html Css Color HEX #745EAC Blue Marguerite

📋 copy color: '#745EAC'

red 116 ◦ green 94 ◦ blue 172

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

Shades of Blue Marguerite #745EAC

Tints of Blue Marguerite #745EAC

RGB

 RED value IS 116 (45.7% from 255) = 30.37%

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

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

R = 30.37%
G = 24.61%
B = 45.03%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745EAC (or 0x745EAC) is known color: Blue Marguerite. HEX triplet: 74, 5E and AC. RGB value is (116,94,172). Sum of RGB (Red+Green+Blue) = 116+94+172=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #745EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745EAC is #8BA153. Grayscale: #6D6D6D. Windows color (decimal): -9150804 or 11296372. OLE color: 11296372.

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

Color convert

RGB 116 94 172 -
CMYK 0.33 0.45 0 0.33
HSL 256.92º 0.32% 0.52% -
HSV(B) 256.92º 0.45% 0.67% -
XYZ 18.65 14.7 40.88 -
YUV 109.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 116 94 172 0.33 0.45 0 0.33 256.92 0.32 0.52
Hex 74 5E AC 21 2D 0 21 101 20 34
Octal 164 136 254 41 55 0 41 401 40 64
Binary 1110100 1011110 10101100 100001 101101 0 100001 100000001 100000 110100

Color Harmonies of #745EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EAC

Black with #745EAC

Text Example


Text Example

White with #745EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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