Html Css Color HEX #745AB1 Blue Marguerite

📋 copy color: '#745AB1'

red 116 ◦ green 90 ◦ blue 177

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

Shades of Blue Marguerite #745AB1

Tints of Blue Marguerite #745AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 30.29%
G = 23.5%
B = 46.21%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#745AB1 (or 0x745AB1) is known color: Blue Marguerite. HEX triplet: 74, 5A and B1. RGB value is (116,90,177). Sum of RGB (Red+Green+Blue) = 116+90+177=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #745AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AB1 is #8BA54E. Grayscale: #6B6B6B. Windows color (decimal): -9151823 or 11623028. OLE color: 11623028.

HSL color Cylindrical-coordinate representation of color #745AB1: hue angle of 257.93º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745AB1 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 90 177 -
CMYK 0.34 0.49 0 0.31
HSL 257.93º 0.36% 0.52% -
HSV(B) 257.93º 0.49% 0.69% -
XYZ 18.79 14.2 43.35 -
YUV 107.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 116 90 177 0.34 0.49 0 0.31 257.93 0.36 0.52
Hex 74 5A B1 22 31 0 1F 102 24 34
Octal 164 132 261 42 61 0 37 402 44 64
Binary 1110100 1011010 10110001 100010 110001 0 11111 100000010 100100 110100

Color Harmonies of #745AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AB1

Black with #745AB1

Text Example


Text Example

White with #745AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,90,177); }

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

background-color css

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

 a { background-color: rgb(116,90,177); }

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

border-color css

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

 span { border-color: rgb(116,90,177); }

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