Html Css Color HEX #745BAB Blue Marguerite

📋 copy color: '#745BAB'

red 116 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #745BAB

Tints of Blue Marguerite #745BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 30.69%
G = 24.07%
B = 45.24%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#745BAB (or 0x745BAB) is known color: Blue Marguerite. HEX triplet: 74, 5B and AB. RGB value is (116,91,171). Sum of RGB (Red+Green+Blue) = 116+91+171=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #745BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BAB is #8BA454. Grayscale: #6B6B6B. Windows color (decimal): -9151573 or 11230068. OLE color: 11230068.

HSL color Cylindrical-coordinate representation of color #745BAB: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745BAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 91 171 -
CMYK 0.32 0.47 0 0.33
HSL 258.75º 0.32% 0.51% -
HSV(B) 258.75º 0.47% 0.67% -
XYZ 18.29 14.14 40.29 -
YUV 107.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 116 91 171 0.32 0.47 0 0.33 258.75 0.32 0.51
Hex 74 5B AB 20 2F 0 21 103 20 33
Octal 164 133 253 40 57 0 41 403 40 63
Binary 1110100 1011011 10101011 100000 101111 0 100001 100000011 100000 110011

Color Harmonies of #745BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745BAB

Black with #745BAB

Text Example


Text Example

White with #745BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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