Html Css Color HEX #745DB2 Blue Marguerite

📋 copy color: '#745DB2'

red 116 ◦ green 93 ◦ blue 178

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

Shades of Blue Marguerite #745DB2

Tints of Blue Marguerite #745DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 29.97%
G = 24.03%
B = 45.99%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#745DB2 (or 0x745DB2) is known color: Blue Marguerite. HEX triplet: 74, 5D and B2. RGB value is (116,93,178). Sum of RGB (Red+Green+Blue) = 116+93+178=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #745DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745DB2 is #8BA24D. Grayscale: #6D6D6D. Windows color (decimal): -9151054 or 11689332. OLE color: 11689332.

HSL color Cylindrical-coordinate representation of color #745DB2: hue angle of 256.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #745DB2 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 93 178 -
CMYK 0.35 0.48 0 0.30
HSL 256.24º 0.36% 0.53% -
HSV(B) 256.24º 0.48% 0.7% -
XYZ 19.15 14.76 43.96 -
YUV 109.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 116 93 178 0.35 0.48 0 0.30 256.24 0.36 0.53
Hex 74 5D B2 23 30 0 1E 100 24 35
Octal 164 135 262 43 60 0 36 400 44 65
Binary 1110100 1011101 10110010 100011 110000 0 11110 100000000 100100 110101

Color Harmonies of #745DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DB2

Black with #745DB2

Text Example


Text Example

White with #745DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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