Html Css Color HEX #745DBD Blue Marguerite

📋 copy color: '#745DBD'

red 116 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #745DBD

Tints of Blue Marguerite #745DBD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 29.15%
G = 23.37%
B = 47.49%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#745DBD (or 0x745DBD) is known color: Blue Marguerite. HEX triplet: 74, 5D and BD. RGB value is (116,93,189). Sum of RGB (Red+Green+Blue) = 116+93+189=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #745DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745DBD is #8BA242. Grayscale: #6E6E6E. Windows color (decimal): -9151043 or 12410228. OLE color: 12410228.

HSL color Cylindrical-coordinate representation of color #745DBD: hue angle of 254.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #745DBD is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 93 189 -
CMYK 0.39 0.51 0 0.26
HSL 254.38º 0.42% 0.55% -
HSV(B) 254.38º 0.51% 0.74% -
XYZ 20.3 15.22 50.01 -
YUV 110.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 116 93 189 0.39 0.51 0 0.26 254.38 0.42 0.55
Hex 74 5D BD 27 33 0 1A FE 2A 37
Octal 164 135 275 47 63 0 32 376 52 67
Binary 1110100 1011101 10111101 100111 110011 0 11010 11111110 101010 110111

Color Harmonies of #745DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DBD

Black with #745DBD

Text Example


Text Example

White with #745DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,93,189); }

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

background-color css

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

 a { background-color: rgb(116,93,189); }

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

border-color css

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

 span { border-color: rgb(116,93,189); }

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