Html Css Color HEX #745CAC Blue Marguerite

📋 copy color: '#745CAC'

red 116 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #745CAC

Tints of Blue Marguerite #745CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

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

R = 30.53%
G = 24.21%
B = 45.26%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745CAC (or 0x745CAC) is known color: Blue Marguerite. HEX triplet: 74, 5C and AC. RGB value is (116,92,172). Sum of RGB (Red+Green+Blue) = 116+92+172=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #745CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745CAC is #8BA353. Grayscale: #6B6B6B. Windows color (decimal): -9151316 or 11295860. OLE color: 11295860.

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

Color convert

RGB 116 92 172 -
CMYK 0.33 0.47 0 0.33
HSL 258º 0.33% 0.52% -
HSV(B) 258º 0.47% 0.67% -
XYZ 18.48 14.35 40.82 -
YUV 108.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 116 92 172 0.33 0.47 0 0.33 258 0.33 0.52
Hex 74 5C AC 21 2F 0 21 102 21 34
Octal 164 134 254 41 57 0 41 402 41 64
Binary 1110100 1011100 10101100 100001 101111 0 100001 100000010 100001 110100

Color Harmonies of #745CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CAC

Black with #745CAC

Text Example


Text Example

White with #745CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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