Html Css Color HEX #745DAE Blue Marguerite

📋 copy color: '#745DAE'

red 116 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #745DAE

Tints of Blue Marguerite #745DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

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

R = 30.29%
G = 24.28%
B = 45.43%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#745DAE (or 0x745DAE) is known color: Blue Marguerite. HEX triplet: 74, 5D and AE. RGB value is (116,93,174). Sum of RGB (Red+Green+Blue) = 116+93+174=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #745DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DAE is #8BA251. Grayscale: #6C6C6C. Windows color (decimal): -9151058 or 11427188. OLE color: 11427188.

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

Color convert

RGB 116 93 174 -
CMYK 0.33 0.47 0 0.32
HSL 257.04º 0.33% 0.52% -
HSV(B) 257.04º 0.47% 0.68% -
XYZ 18.76 14.6 41.87 -
YUV 109.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 116 93 174 0.33 0.47 0 0.32 257.04 0.33 0.52
Hex 74 5D AE 21 2F 0 20 101 21 34
Octal 164 135 256 41 57 0 40 401 41 64
Binary 1110100 1011101 10101110 100001 101111 0 100000 100000001 100001 110100

Color Harmonies of #745DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DAE

Black with #745DAE

Text Example


Text Example

White with #745DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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