Html Css Color HEX #745DEC Medium Slate Blue

📋 copy color: '#745DEC'

red 116 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #745DEC

Tints of Medium Slate Blue #745DEC

RGB

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

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

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

R = 26.07%
G = 20.9%
B = 53.03%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#745DEC (or 0x745DEC) is known color: Medium Slate Blue. HEX triplet: 74, 5D and EC. RGB value is (116,93,236). Sum of RGB (Red+Green+Blue) = 116+93+236=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #745DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745DEC is #8BA213. Grayscale: #737373. Windows color (decimal): -9150996 or 15490420. OLE color: 15490420.

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

Color convert

RGB 116 93 236 -
CMYK 0.51 0.61 0 0.07
HSL 249.65º 0.79% 0.65% -
HSV(B) 249.65º 0.61% 0.93% -
XYZ 26.26 17.6 81.37 -
YUV 116.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 116 93 236 0.51 0.61 0 0.07 249.65 0.79 0.65
Hex 74 5D EC 33 3D 0 7 FA 4F 41
Octal 164 135 354 63 75 0 7 372 117 101
Binary 1110100 1011101 11101100 110011 111101 0 111 11111010 1001111 1000001

Color Harmonies of #745DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745DEC

Black with #745DEC

Text Example


Text Example

White with #745DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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