Html Css Color HEX #745FAD Blue Marguerite

📋 copy color: '#745FAD'

red 116 ◦ green 95 ◦ blue 173

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

Shades of Blue Marguerite #745FAD

Tints of Blue Marguerite #745FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 30.21%
G = 24.74%
B = 45.05%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#745FAD (or 0x745FAD) is known color: Blue Marguerite. HEX triplet: 74, 5F and AD. RGB value is (116,95,173). Sum of RGB (Red+Green+Blue) = 116+95+173=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #745FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745FAD is #8BA052. Grayscale: #6D6D6D. Windows color (decimal): -9150547 or 11362164. OLE color: 11362164.

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

Color convert

RGB 116 95 173 -
CMYK 0.33 0.45 0 0.32
HSL 256.15º 0.32% 0.53% -
HSV(B) 256.15º 0.45% 0.68% -
XYZ 18.84 14.91 41.42 -
YUV 110.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 116 95 173 0.33 0.45 0 0.32 256.15 0.32 0.53
Hex 74 5F AD 21 2D 0 20 100 20 35
Octal 164 137 255 41 55 0 40 400 40 65
Binary 1110100 1011111 10101101 100001 101101 0 100000 100000000 100000 110101

Color Harmonies of #745FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745FAD

Black with #745FAD

Text Example


Text Example

White with #745FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,95,173); }

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

background-color css

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

 a { background-color: rgb(116,95,173); }

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

border-color css

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

 span { border-color: rgb(116,95,173); }

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