Html Css Color HEX #745AB7 Blue Marguerite

📋 copy color: '#745AB7'

red 116 ◦ green 90 ◦ blue 183

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

Shades of Blue Marguerite #745AB7

Tints of Blue Marguerite #745AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.04%

R = 29.82%
G = 23.14%
B = 47.04%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#745AB7 (or 0x745AB7) is known color: Blue Marguerite. HEX triplet: 74, 5A and B7. RGB value is (116,90,183). Sum of RGB (Red+Green+Blue) = 116+90+183=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #745AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745AB7 is #8BA548. Grayscale: #6C6C6C. Windows color (decimal): -9151817 or 12016244. OLE color: 12016244.

HSL color Cylindrical-coordinate representation of color #745AB7: hue angle of 256.77º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745AB7 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 90 183 -
CMYK 0.37 0.51 0 0.28
HSL 256.77º 0.39% 0.54% -
HSV(B) 256.77º 0.51% 0.72% -
XYZ 19.41 14.44 46.56 -
YUV 108.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 116 90 183 0.37 0.51 0 0.28 256.77 0.39 0.54
Hex 74 5A B7 25 33 0 1C 101 27 36
Octal 164 132 267 45 63 0 34 401 47 66
Binary 1110100 1011010 10110111 100101 110011 0 11100 100000001 100111 110110

Color Harmonies of #745AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AB7

Black with #745AB7

Text Example


Text Example

White with #745AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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