Html Css Color HEX #745EF3 Medium Slate Blue

📋 copy color: '#745EF3'

red 116 ◦ green 94 ◦ blue 243

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

Shades of Medium Slate Blue #745EF3

Tints of Medium Slate Blue #745EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.64%

R = 25.61%
G = 20.75%
B = 53.64%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#745EF3 (or 0x745EF3) is known color: Medium Slate Blue. HEX triplet: 74, 5E and F3. RGB value is (116,94,243). Sum of RGB (Red+Green+Blue) = 116+94+243=453 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.61% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #745EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #745EF3 is #8BA10C. Grayscale: #747474. Windows color (decimal): -9150733 or 15949428. OLE color: 15949428.

HSL color Cylindrical-coordinate representation of color #745EF3: hue angle of 248.86º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745EF3 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 94 243 -
CMYK 0.52 0.61 0 0.05
HSL 248.86º 0.86% 0.66% -
HSV(B) 248.86º 0.61% 0.95% -
XYZ 27.38 18.19 86.86 -
YUV 117.56 198.79 126.88 -
System Red Green Blue C M Y K H S L
Decimal 116 94 243 0.52 0.61 0 0.05 248.86 0.86 0.66
Hex 74 5E F3 34 3D 0 5 F9 56 42
Octal 164 136 363 64 75 0 5 371 126 102
Binary 1110100 1011110 11110011 110100 111101 0 101 11111001 1010110 1000010

Color Harmonies of #745EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745EF3

Black with #745EF3

Text Example


Text Example

White with #745EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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