Html Css Color HEX #745EBC Blue Marguerite

📋 copy color: '#745EBC'

red 116 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #745EBC

Tints of Blue Marguerite #745EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 29.15%
G = 23.62%
B = 47.24%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#745EBC (or 0x745EBC) is known color: Blue Marguerite. HEX triplet: 74, 5E and BC. RGB value is (116,94,188). Sum of RGB (Red+Green+Blue) = 116+94+188=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #745EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #745EBC is #8BA143. Grayscale: #6E6E6E. Windows color (decimal): -9150788 or 12344948. OLE color: 12344948.

HSL color Cylindrical-coordinate representation of color #745EBC: hue angle of 254.04º degrees, saturation: 0.41, 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 #745EBC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 94 188 -
CMYK 0.38 0.50 0 0.26
HSL 254.04º 0.41% 0.55% -
HSV(B) 254.04º 0.5% 0.74% -
XYZ 20.28 15.35 49.47 -
YUV 111.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 116 94 188 0.38 0.50 0 0.26 254.04 0.41 0.55
Hex 74 5E BC 26 32 0 1A FE 29 37
Octal 164 136 274 46 62 0 32 376 51 67
Binary 1110100 1011110 10111100 100110 110010 0 11010 11111110 101001 110111

Color Harmonies of #745EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EBC

Black with #745EBC

Text Example


Text Example

White with #745EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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