Html Css Color HEX #745EAE Blue Marguerite

📋 copy color: '#745EAE'

red 116 ◦ green 94 ◦ blue 174

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

Shades of Blue Marguerite #745EAE

Tints of Blue Marguerite #745EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 30.21%
G = 24.48%
B = 45.31%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#745EAE (or 0x745EAE) is known color: Blue Marguerite. HEX triplet: 74, 5E and AE. RGB value is (116,94,174). Sum of RGB (Red+Green+Blue) = 116+94+174=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #745EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745EAE is #8BA151. Grayscale: #6D6D6D. Windows color (decimal): -9150802 or 11427444. OLE color: 11427444.

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

Color convert

RGB 116 94 174 -
CMYK 0.33 0.46 0 0.32
HSL 256.5º 0.33% 0.53% -
HSV(B) 256.5º 0.46% 0.68% -
XYZ 18.85 14.77 41.9 -
YUV 109.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 116 94 174 0.33 0.46 0 0.32 256.5 0.33 0.53
Hex 74 5E AE 21 2E 0 20 100 21 35
Octal 164 136 256 41 56 0 40 400 41 65
Binary 1110100 1011110 10101110 100001 101110 0 100000 100000000 100001 110101

Color Harmonies of #745EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EAE

Black with #745EAE

Text Example


Text Example

White with #745EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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