Html Css Color HEX #745EEC Medium Slate Blue

📋 copy color: '#745EEC'

red 116 ◦ green 94 ◦ blue 236

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

Shades of Medium Slate Blue #745EEC

Tints of Medium Slate Blue #745EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 26.01%
G = 21.08%
B = 52.91%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#745EEC (or 0x745EEC) is known color: Medium Slate Blue. HEX triplet: 74, 5E and EC. RGB value is (116,94,236). Sum of RGB (Red+Green+Blue) = 116+94+236=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #745EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EEC is #8BA113. Grayscale: #747474. Windows color (decimal): -9150740 or 15490676. OLE color: 15490676.

HSL color Cylindrical-coordinate representation of color #745EEC: hue angle of 249.3º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #745EEC is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 94 236 -
CMYK 0.51 0.60 0 0.07
HSL 249.3º 0.79% 0.65% -
HSV(B) 249.3º 0.6% 0.93% -
XYZ 26.35 17.77 81.4 -
YUV 116.77 195.29 127.45 -
System Red Green Blue C M Y K H S L
Decimal 116 94 236 0.51 0.60 0 0.07 249.3 0.79 0.65
Hex 74 5E EC 33 3C 0 7 F9 4F 41
Octal 164 136 354 63 74 0 7 371 117 101
Binary 1110100 1011110 11101100 110011 111100 0 111 11111001 1001111 1000001

Color Harmonies of #745EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EEC

Black with #745EEC

Text Example


Text Example

White with #745EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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