Html Css Color HEX #745AB0 Blue Marguerite

📋 copy color: '#745AB0'

red 116 ◦ green 90 ◦ blue 176

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

Shades of Blue Marguerite #745AB0

Tints of Blue Marguerite #745AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 30.37%
G = 23.56%
B = 46.07%

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

#745AB0 (or 0x745AB0) is known color: Blue Marguerite. HEX triplet: 74, 5A and B0. RGB value is (116,90,176). Sum of RGB (Red+Green+Blue) = 116+90+176=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #745AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745AB0 is #8BA54F. Grayscale: #6B6B6B. Windows color (decimal): -9151824 or 11557492. OLE color: 11557492.

HSL color Cylindrical-coordinate representation of color #745AB0: hue angle of 258.14º degrees, saturation: 0.35, 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 #745AB0 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 90 176 -
CMYK 0.34 0.49 0 0.31
HSL 258.14º 0.35% 0.52% -
HSV(B) 258.14º 0.49% 0.69% -
XYZ 18.7 14.16 42.82 -
YUV 107.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 116 90 176 0.34 0.49 0 0.31 258.14 0.35 0.52
Hex 74 5A B0 22 31 0 1F 102 23 34
Octal 164 132 260 42 61 0 37 402 43 64
Binary 1110100 1011010 10110000 100010 110001 0 11111 100000010 100011 110100

Color Harmonies of #745AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745AB0

Black with #745AB0

Text Example


Text Example

White with #745AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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