Html Css Color HEX #745BAE Blue Marguerite

📋 copy color: '#745BAE'

red 116 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #745BAE

Tints of Blue Marguerite #745BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

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

R = 30.45%
G = 23.88%
B = 45.67%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#745BAE (or 0x745BAE) is known color: Blue Marguerite. HEX triplet: 74, 5B and AE. RGB value is (116,91,174). Sum of RGB (Red+Green+Blue) = 116+91+174=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #745BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BAE is #8BA451. Grayscale: #6B6B6B. Windows color (decimal): -9151570 or 11426676. OLE color: 11426676.

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

Color convert

RGB 116 91 174 -
CMYK 0.33 0.48 0 0.32
HSL 258.07º 0.34% 0.52% -
HSV(B) 258.07º 0.48% 0.68% -
XYZ 18.58 14.25 41.82 -
YUV 107.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 116 91 174 0.33 0.48 0 0.32 258.07 0.34 0.52
Hex 74 5B AE 21 30 0 20 102 22 34
Octal 164 133 256 41 60 0 40 402 42 64
Binary 1110100 1011011 10101110 100001 110000 0 100000 100000010 100010 110100

Color Harmonies of #745BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BAE

Black with #745BAE

Text Example


Text Example

White with #745BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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