Html Css Color HEX #745CB9 Blue Marguerite

📋 copy color: '#745CB9'

red 116 ◦ green 92 ◦ blue 185

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

Shades of Blue Marguerite #745CB9

Tints of Blue Marguerite #745CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.07%

R = 29.52%
G = 23.41%
B = 47.07%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#745CB9 (or 0x745CB9) is known color: Blue Marguerite. HEX triplet: 74, 5C and B9. RGB value is (116,92,185). Sum of RGB (Red+Green+Blue) = 116+92+185=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #745CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745CB9 is #8BA346. Grayscale: #6D6D6D. Windows color (decimal): -9151303 or 12147828. OLE color: 12147828.

HSL color Cylindrical-coordinate representation of color #745CB9: hue angle of 255.48º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745CB9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 92 185 -
CMYK 0.37 0.50 0 0.27
HSL 255.48º 0.4% 0.54% -
HSV(B) 255.48º 0.5% 0.73% -
XYZ 19.79 14.87 47.73 -
YUV 109.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 116 92 185 0.37 0.50 0 0.27 255.48 0.4 0.54
Hex 74 5C B9 25 32 0 1B FF 28 36
Octal 164 134 271 45 62 0 33 377 50 66
Binary 1110100 1011100 10111001 100101 110010 0 11011 11111111 101000 110110

Color Harmonies of #745CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745CB9

Black with #745CB9

Text Example


Text Example

White with #745CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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