Html Css Color HEX #745AAB Blue Marguerite

📋 copy color: '#745AAB'

red 116 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #745AAB

Tints of Blue Marguerite #745AAB

RGB

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

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

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

R = 30.77%
G = 23.87%
B = 45.36%

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

#745AAB (or 0x745AAB) is known color: Blue Marguerite. HEX triplet: 74, 5A and AB. RGB value is (116,90,171). Sum of RGB (Red+Green+Blue) = 116+90+171=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #745AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AAB is #8BA554. Grayscale: #6A6A6A. Windows color (decimal): -9151829 or 11229812. OLE color: 11229812.

HSL color Cylindrical-coordinate representation of color #745AAB: hue angle of 259.26º degrees, saturation: 0.33, 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 #745AAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 90 171 -
CMYK 0.32 0.47 0 0.33
HSL 259.26º 0.33% 0.51% -
HSV(B) 259.26º 0.47% 0.67% -
XYZ 18.21 13.97 40.26 -
YUV 107.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 116 90 171 0.32 0.47 0 0.33 259.26 0.33 0.51
Hex 74 5A AB 20 2F 0 21 103 21 33
Octal 164 132 253 40 57 0 41 403 41 63
Binary 1110100 1011010 10101011 100000 101111 0 100001 100000011 100001 110011

Color Harmonies of #745AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AAB

Black with #745AAB

Text Example


Text Example

White with #745AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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