Html Css Color HEX #745EBD Blue Marguerite

📋 copy color: '#745EBD'

red 116 ◦ green 94 ◦ blue 189

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

Shades of Blue Marguerite #745EBD

Tints of Blue Marguerite #745EBD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

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

R = 29.07%
G = 23.56%
B = 47.37%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#745EBD (or 0x745EBD) is known color: Blue Marguerite. HEX triplet: 74, 5E and BD. RGB value is (116,94,189). Sum of RGB (Red+Green+Blue) = 116+94+189=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #745EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EBD is #8BA142. Grayscale: #6F6F6F. Windows color (decimal): -9150787 or 12410484. OLE color: 12410484.

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

Color convert

RGB 116 94 189 -
CMYK 0.39 0.50 0 0.26
HSL 253.89º 0.42% 0.55% -
HSV(B) 253.89º 0.5% 0.74% -
XYZ 20.39 15.39 50.04 -
YUV 111.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 116 94 189 0.39 0.50 0 0.26 253.89 0.42 0.55
Hex 74 5E BD 27 32 0 1A FE 2A 37
Octal 164 136 275 47 62 0 32 376 52 67
Binary 1110100 1011110 10111101 100111 110010 0 11010 11111110 101010 110111

Color Harmonies of #745EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EBD

Black with #745EBD

Text Example


Text Example

White with #745EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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